termios.h is already included so dont include sys/termios.h as well
authorMike Frysinger <vapier@gentoo.org>
Sat, 29 Apr 2006 04:45:22 +0000 (04:45 -0000)
committerMike Frysinger <vapier@gentoo.org>
Sat, 29 Apr 2006 04:45:22 +0000 (04:45 -0000)
scripts/config/mconf.c

index 1b21575ad49748a84f954a07557b840be397f68d..74afb65a09d53f1faca33b3901ff76d63a9eabe3 100644 (file)
@@ -11,7 +11,6 @@
 
 #include <sys/ioctl.h>
 #include <sys/wait.h>
-#include <sys/termios.h>
 #include <ctype.h>
 #include <errno.h>
 #include <fcntl.h>