diff options
author | Mike Frysinger <vapier@gentoo.org> | 2006-04-29 04:45:22 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2006-04-29 04:45:22 +0000 |
commit | 2514042661c1eca7dc2aef2c94a00b223a341665 (patch) | |
tree | 16ab7a566e93a0cf05600a9727794a3eaf881d6c /scripts | |
parent | 02fe81033fba717aac2f6011d3cc9c9b86731faf (diff) | |
download | busybox-w32-2514042661c1eca7dc2aef2c94a00b223a341665.tar.gz busybox-w32-2514042661c1eca7dc2aef2c94a00b223a341665.tar.bz2 busybox-w32-2514042661c1eca7dc2aef2c94a00b223a341665.zip |
termios.h is already included so dont include sys/termios.h as well
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/config/mconf.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/config/mconf.c b/scripts/config/mconf.c index 1b21575ad..74afb65a0 100644 --- a/scripts/config/mconf.c +++ b/scripts/config/mconf.c | |||
@@ -11,7 +11,6 @@ | |||
11 | 11 | ||
12 | #include <sys/ioctl.h> | 12 | #include <sys/ioctl.h> |
13 | #include <sys/wait.h> | 13 | #include <sys/wait.h> |
14 | #include <sys/termios.h> | ||
15 | #include <ctype.h> | 14 | #include <ctype.h> |
16 | #include <errno.h> | 15 | #include <errno.h> |
17 | #include <fcntl.h> | 16 | #include <fcntl.h> |