diff options
author | Denis Vlasenko <vda.linux@googlemail.com> | 2006-11-21 10:15:25 +0000 |
---|---|---|
committer | Denis Vlasenko <vda.linux@googlemail.com> | 2006-11-21 10:15:25 +0000 |
commit | 04291bc5aee1e020997894cfd497d14392ad2ced (patch) | |
tree | f9f70d597f2476efe5819b15e8d749725653773f /networking/zcip.c | |
parent | 3eb91c2e3594f379f357bfcc85105b6b76a11781 (diff) | |
download | busybox-w32-04291bc5aee1e020997894cfd497d14392ad2ced.tar.gz busybox-w32-04291bc5aee1e020997894cfd497d14392ad2ced.tar.bz2 busybox-w32-04291bc5aee1e020997894cfd497d14392ad2ced.zip |
httpd: slight reduction of #ifdef forest
few other applets: #ifdef CONFIG_ -> #if ENABLE_
traceroute: fix exposed bugs
defconfig: update
Diffstat (limited to 'networking/zcip.c')
-rw-r--r-- | networking/zcip.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/networking/zcip.c b/networking/zcip.c index 6bd7f255b..27e281c93 100644 --- a/networking/zcip.c +++ b/networking/zcip.c | |||
@@ -24,14 +24,9 @@ | |||
24 | // - link status monitoring (restart on link-up; stop on link-down) | 24 | // - link status monitoring (restart on link-up; stop on link-down) |
25 | 25 | ||
26 | #include "busybox.h" | 26 | #include "busybox.h" |
27 | #include <errno.h> | ||
28 | #include <string.h> | ||
29 | #include <syslog.h> | 27 | #include <syslog.h> |
30 | #include <poll.h> | 28 | #include <poll.h> |
31 | #include <time.h> | ||
32 | |||
33 | #include <sys/wait.h> | 29 | #include <sys/wait.h> |
34 | |||
35 | #include <netinet/ether.h> | 30 | #include <netinet/ether.h> |
36 | #include <net/ethernet.h> | 31 | #include <net/ethernet.h> |
37 | #include <net/if.h> | 32 | #include <net/if.h> |