diff options
author | Mike Frysinger | 2006-04-29 04:45:22 +0000 |
---|---|---|
committer | Mike Frysinger | 2006-04-29 04:45:22 +0000 |
commit | 2514042661c1eca7dc2aef2c94a00b223a341665 (patch) | |
tree | 16ab7a566e93a0cf05600a9727794a3eaf881d6c /scripts/config/mconf.c | |
parent | 02fe81033fba717aac2f6011d3cc9c9b86731faf (diff) | |
download | busybox-2514042661c1eca7dc2aef2c94a00b223a341665.zip busybox-2514042661c1eca7dc2aef2c94a00b223a341665.tar.gz |
termios.h is already included so dont include sys/termios.h as well
Diffstat (limited to 'scripts/config/mconf.c')
-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 1b21575..74afb65 100644 --- a/scripts/config/mconf.c +++ b/scripts/config/mconf.c @@ -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> |