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/ping.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/ping.c')
-rw-r--r-- | networking/ping.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/networking/ping.c b/networking/ping.c index de97d7e7f..12730bec5 100644 --- a/networking/ping.c +++ b/networking/ping.c | |||
@@ -12,11 +12,7 @@ | |||
12 | * Licensed under GPLv2 or later, see file LICENSE in this tarball for details. | 12 | * Licensed under GPLv2 or later, see file LICENSE in this tarball for details. |
13 | */ | 13 | */ |
14 | 14 | ||
15 | //#include <netinet/in.h> | ||
16 | //#include <netinet/ip.h> | ||
17 | #include <netinet/ip_icmp.h> | 15 | #include <netinet/ip_icmp.h> |
18 | //#include <arpa/inet.h> | ||
19 | //#include <netdb.h> | ||
20 | #include "busybox.h" | 16 | #include "busybox.h" |
21 | 17 | ||
22 | enum { | 18 | enum { |