aboutsummaryrefslogtreecommitdiff
path: root/networking/ping6.c
diff options
context:
space:
mode:
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 81e16e2f0..fd18cc877 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 - !!?