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 /libbb | |
| 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 'libbb')
| -rw-r--r-- | libbb/bb_askpass.c | 2 | ||||
| -rw-r--r-- | libbb/speed_table.c | 1 |
2 files changed, 0 insertions, 3 deletions
diff --git a/libbb/bb_askpass.c b/libbb/bb_askpass.c index c60ef3708..c97649733 100644 --- a/libbb/bb_askpass.c +++ b/libbb/bb_askpass.c | |||
| @@ -8,8 +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 <termios.h> | ||
| 12 | |||
| 13 | #include "libbb.h" | 11 | #include "libbb.h" |
| 14 | 12 | ||
| 15 | /* do nothing signal handler */ | 13 | /* do nothing signal handler */ |
diff --git a/libbb/speed_table.c b/libbb/speed_table.c index 646f9146b..05fe66c64 100644 --- a/libbb/speed_table.c +++ b/libbb/speed_table.c | |||
| @@ -7,7 +7,6 @@ | |||
| 7 | * Licensed under GPLv2 or later, see file LICENSE in this tarball for details. | 7 | * Licensed under GPLv2 or later, see file LICENSE in this tarball for details. |
| 8 | */ | 8 | */ |
| 9 | 9 | ||
| 10 | #include <termios.h> | ||
| 11 | #include "libbb.h" | 10 | #include "libbb.h" |
| 12 | 11 | ||
| 13 | struct speed_map { | 12 | struct speed_map { |
