diff options
| author | Denis Vlasenko <vda.linux@googlemail.com> | 2008-11-25 01:36:03 +0000 |
|---|---|---|
| committer | Denis Vlasenko <vda.linux@googlemail.com> | 2008-11-25 01:36:03 +0000 |
| commit | 61befda93b2ed2458c8db50d2d03cff453d36565 (patch) | |
| tree | d8d9c76401d87b183bd99e7c2e82d6b6cd79f564 /procps | |
| parent | 16898406724b99ec61d16b38393137bddd6ecc25 (diff) | |
| download | busybox-w32-61befda93b2ed2458c8db50d2d03cff453d36565.tar.gz busybox-w32-61befda93b2ed2458c8db50d2d03cff453d36565.tar.bz2 busybox-w32-61befda93b2ed2458c8db50d2d03cff453d36565.zip | |
ash,hush: add TODO for rare build failure
*: remove some redundant includes
Diffstat (limited to 'procps')
| -rw-r--r-- | procps/top.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/procps/top.c b/procps/top.c index 1d22871f6..c8a9539d6 100644 --- a/procps/top.c +++ b/procps/top.c | |||
| @@ -644,8 +644,6 @@ static void clearmems(void) | |||
| 644 | } | 644 | } |
| 645 | 645 | ||
| 646 | #if ENABLE_FEATURE_USE_TERMIOS | 646 | #if ENABLE_FEATURE_USE_TERMIOS |
| 647 | #include <termios.h> | ||
| 648 | #include <signal.h> | ||
| 649 | 647 | ||
| 650 | static void reset_term(void) | 648 | static void reset_term(void) |
| 651 | { | 649 | { |
