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 /coreutils | |
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 'coreutils')
-rw-r--r-- | coreutils/dd.c | 1 | ||||
-rw-r--r-- | coreutils/tee.c | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/coreutils/dd.c b/coreutils/dd.c index 8a40aa77f..38dacc71d 100644 --- a/coreutils/dd.c +++ b/coreutils/dd.c | |||
@@ -8,7 +8,6 @@ | |||
8 | * Licensed under GPLv2 or later, see file LICENSE in this tarball for details. | 8 | * Licensed under GPLv2 or later, see file LICENSE in this tarball for details. |
9 | */ | 9 | */ |
10 | 10 | ||
11 | #include <signal.h> /* For FEATURE_DD_SIGNAL_HANDLING */ | ||
12 | #include "libbb.h" | 11 | #include "libbb.h" |
13 | 12 | ||
14 | /* This is a NOEXEC applet. Be very careful! */ | 13 | /* This is a NOEXEC applet. Be very careful! */ |
diff --git a/coreutils/tee.c b/coreutils/tee.c index dc947c935..0f2424670 100644 --- a/coreutils/tee.c +++ b/coreutils/tee.c | |||
@@ -11,7 +11,6 @@ | |||
11 | /* http://www.opengroup.org/onlinepubs/007904975/utilities/tee.html */ | 11 | /* http://www.opengroup.org/onlinepubs/007904975/utilities/tee.html */ |
12 | 12 | ||
13 | #include "libbb.h" | 13 | #include "libbb.h" |
14 | #include <signal.h> | ||
15 | 14 | ||
16 | int tee_main(int argc, char **argv) MAIN_EXTERNALLY_VISIBLE; | 15 | int tee_main(int argc, char **argv) MAIN_EXTERNALLY_VISIBLE; |
17 | int tee_main(int argc, char **argv) | 16 | int tee_main(int argc, char **argv) |