diff options
author | Denis Vlasenko | 2008-11-25 01:36:03 +0000 |
---|---|---|
committer | Denis Vlasenko | 2008-11-25 01:36:03 +0000 |
commit | 61befda93b2ed2458c8db50d2d03cff453d36565 (patch) | |
tree | d8d9c76401d87b183bd99e7c2e82d6b6cd79f564 /util-linux/more.c | |
parent | 16898406724b99ec61d16b38393137bddd6ecc25 (diff) | |
download | busybox-61befda93b2ed2458c8db50d2d03cff453d36565.zip busybox-61befda93b2ed2458c8db50d2d03cff453d36565.tar.gz |
ash,hush: add TODO for rare build failure
*: remove some redundant includes
Diffstat (limited to 'util-linux/more.c')
-rw-r--r-- | util-linux/more.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/util-linux/more.c b/util-linux/more.c index cf8e137..b0f20c4 100644 --- a/util-linux/more.c +++ b/util-linux/more.c @@ -15,10 +15,6 @@ */ #include "libbb.h" -#if ENABLE_FEATURE_USE_TERMIOS -#include <termios.h> -#endif /* FEATURE_USE_TERMIOS */ - #if ENABLE_FEATURE_USE_TERMIOS |