summaryrefslogtreecommitdiff
path: root/networking/ping6.c
diff options
context:
space:
mode:
authorDenis Vlasenko2007-01-11 16:51:21 +0000
committerDenis Vlasenko2007-01-11 16:51:21 +0000
commit3821fb13ea404d243115ff8ec161273b62826513 (patch)
tree89b3d79a1c900f270e4471a78cdd8859967dda01 /networking/ping6.c
parent8e9ccba371480fb1fb3da9235fabdbb7861523c3 (diff)
downloadbusybox-3821fb13ea404d243115ff8ec161273b62826513.zip
busybox-3821fb13ea404d243115ff8ec161273b62826513.tar.gz
fix verbose output; remove commented-out includes.
Diffstat (limited to 'networking/ping6.c')
-rw-r--r--networking/ping6.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/networking/ping6.c b/networking/ping6.c
index 81e16e2..fd18cc8 100644
--- a/networking/ping6.c
+++ b/networking/ping6.c
@@ -22,12 +22,8 @@
* The code was modified by Bart Visscher <magick@linux-fan.com>
*/
-//#include <netinet/in.h>
-//#include <netinet/ip6.h>
#include <netinet/icmp6.h>
-//#include <arpa/inet.h>
#include <net/if.h>
-//#include <netdb.h>
#include "busybox.h"
/* I see RENUMBERED constants in bits/in.h - !!?