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) |
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 @@ * Licensed under GPLv2 or later, see file LICENSE in this tarball for details. */ -//#include <netinet/in.h> -//#include <netinet/ip.h> #include <netinet/ip_icmp.h> -//#include <arpa/inet.h> -//#include <netdb.h> #include "busybox.h" enum { |