diff options
author | Denis Vlasenko | 2006-11-21 10:15:25 +0000 |
---|---|---|
committer | Denis Vlasenko | 2006-11-21 10:15:25 +0000 |
commit | 04291bc5aee1e020997894cfd497d14392ad2ced (patch) | |
tree | f9f70d597f2476efe5819b15e8d749725653773f /networking/zcip.c | |
parent | 3eb91c2e3594f379f357bfcc85105b6b76a11781 (diff) | |
download | busybox-04291bc5aee1e020997894cfd497d14392ad2ced.zip busybox-04291bc5aee1e020997894cfd497d14392ad2ced.tar.gz |
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 6bd7f25..27e281c 100644 --- a/networking/zcip.c +++ b/networking/zcip.c @@ -24,14 +24,9 @@ // - link status monitoring (restart on link-up; stop on link-down) #include "busybox.h" -#include <errno.h> -#include <string.h> #include <syslog.h> #include <poll.h> -#include <time.h> - #include <sys/wait.h> - #include <netinet/ether.h> #include <net/ethernet.h> #include <net/if.h> |