]> git.eshelyaron.com Git - emacs.git/commitdiff
* src/term.c: Do not include <termios.h>, systty.h does it.
authorDan Nicolaescu <dann@ics.uci.edu>
Fri, 20 Aug 2010 22:44:38 +0000 (15:44 -0700)
committerDan Nicolaescu <dann@ics.uci.edu>
Fri, 20 Aug 2010 22:44:38 +0000 (15:44 -0700)
src/ChangeLog
src/term.c

index 19846016072777fa79394cffb45850e67fda81e7..2c51aeb6ce74293e808ffdadec8b5f489e03a12a 100644 (file)
@@ -1,5 +1,7 @@
 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.
index 4f326234956cedf5d0a2fd664433fed0fe76925a..d12794980600aa9f1f9858d89a49e7ff271b7082 100644 (file)
@@ -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