diff options
author | Denis Vlasenko <vda.linux@googlemail.com> | 2007-01-11 16:51:21 +0000 |
---|---|---|
committer | Denis Vlasenko <vda.linux@googlemail.com> | 2007-01-11 16:51:21 +0000 |
commit | 3821fb13ea404d243115ff8ec161273b62826513 (patch) | |
tree | 89b3d79a1c900f270e4471a78cdd8859967dda01 /networking/ping6.c | |
parent | 8e9ccba371480fb1fb3da9235fabdbb7861523c3 (diff) | |
download | busybox-w32-3821fb13ea404d243115ff8ec161273b62826513.tar.gz busybox-w32-3821fb13ea404d243115ff8ec161273b62826513.tar.bz2 busybox-w32-3821fb13ea404d243115ff8ec161273b62826513.zip |
fix verbose output; remove commented-out includes.
Diffstat (limited to 'networking/ping6.c')
-rw-r--r-- | networking/ping6.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/networking/ping6.c b/networking/ping6.c index 81e16e2f0..fd18cc877 100644 --- a/networking/ping6.c +++ b/networking/ping6.c | |||
@@ -22,12 +22,8 @@ | |||
22 | * The code was modified by Bart Visscher <magick@linux-fan.com> | 22 | * The code was modified by Bart Visscher <magick@linux-fan.com> |
23 | */ | 23 | */ |
24 | 24 | ||
25 | //#include <netinet/in.h> | ||
26 | //#include <netinet/ip6.h> | ||
27 | #include <netinet/icmp6.h> | 25 | #include <netinet/icmp6.h> |
28 | //#include <arpa/inet.h> | ||
29 | #include <net/if.h> | 26 | #include <net/if.h> |
30 | //#include <netdb.h> | ||
31 | #include "busybox.h" | 27 | #include "busybox.h" |
32 | 28 | ||
33 | /* I see RENUMBERED constants in bits/in.h - !!? | 29 | /* I see RENUMBERED constants in bits/in.h - !!? |