aboutsummaryrefslogtreecommitdiff
path: root/networking/ping.c
diff options
context:
space:
mode:
authorDenis Vlasenko <vda.linux@googlemail.com>2007-01-11 16:51:21 +0000
committerDenis Vlasenko <vda.linux@googlemail.com>2007-01-11 16:51:21 +0000
commit3821fb13ea404d243115ff8ec161273b62826513 (patch)
tree89b3d79a1c900f270e4471a78cdd8859967dda01 /networking/ping.c
parent8e9ccba371480fb1fb3da9235fabdbb7861523c3 (diff)
downloadbusybox-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.c4
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
22enum { 18enum {