emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r101151: * src/term.c: Do not include


From: Dan Nicolaescu
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r101151: * src/term.c: Do not include <termios.h>, systty.h does it.
Date: Fri, 20 Aug 2010 15:44:38 -0700
User-agent: Bazaar (2.0.3)

------------------------------------------------------------
revno: 101151
committer: Dan Nicolaescu <address@hidden>
branch nick: trunk
timestamp: Fri 2010-08-20 15:44:38 -0700
message:
  * src/term.c: Do not include <termios.h>, systty.h does it.
modified:
  src/ChangeLog
  src/term.c
=== modified file 'src/ChangeLog'
--- a/src/ChangeLog     2010-08-20 22:36:07 +0000
+++ b/src/ChangeLog     2010-08-20 22:44:38 +0000
@@ -1,5 +1,7 @@
 2010-08-20  Dan Nicolaescu  <address@hidden>
 
+       * 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.

=== modified file 'src/term.c'
--- a/src/term.c        2010-08-09 09:35:21 +0000
+++ b/src/term.c        2010-08-20 22:44:38 +0000
@@ -31,9 +31,6 @@
 #include <unistd.h>
 #endif
 
-#if HAVE_TERMIOS_H
-#include <termios.h>           /* For TIOCNOTTY. */
-#endif
 #ifdef HAVE_SYS_IOCTL_H
 #include <sys/ioctl.h>
 #endif


reply via email to

[Prev in Thread] Current Thread [Next in Thread]