Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
f5817d1c
Commit
f5817d1c
authored
Aug 20, 2010
by
Dan Nicolaescu
Browse files
* src/term.c: Do not include <termios.h>, systty.h does it.
parent
d931da8c
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
3 deletions
+2
-3
src/ChangeLog
src/ChangeLog
+2
-0
src/term.c
src/term.c
+0
-3
No files found.
src/ChangeLog
View file @
f5817d1c
2010-08-20 Dan Nicolaescu <dann@ics.uci.edu>
* term.c: Do not include <termios.h>, systty.h does it.
* s/unixware.h (HAVE_TCATTR):
* s/aix4-2.h (HAVE_TCATTR): Remove definitions, not needed.
systty.h defines it when HAVE_TERMIOS is defined.
...
...
src/term.c
View file @
f5817d1c
...
...
@@ -31,9 +31,6 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
#include <unistd.h>
#endif
#if HAVE_TERMIOS_H
#include <termios.h>
/* For TIOCNOTTY. */
#endif
#ifdef HAVE_SYS_IOCTL_H
#include <sys/ioctl.h>
#endif
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment