]> The Tcpdump Group git mirrors - tcpdump/commitdiff
no need to include ip6.h
authoritojun <itojun>
Sat, 7 Oct 2000 05:33:25 +0000 (05:33 +0000)
committeritojun <itojun>
Sat, 7 Oct 2000 05:33:25 +0000 (05:33 +0000)
addrtoname.c

index 8bfc803dc1b5f976adb0f146808e329ea1938712..6d6df41a8f55cb50417e686c4f2bca3d118d2a97 100644 (file)
@@ -23,7 +23,7 @@
  */
 #ifndef lint
 static const char rcsid[] =
-    "@(#) $Header: /tcpdump/master/tcpdump/addrtoname.c,v 1.68 2000-07-01 03:38:59 assar Exp $ (LBL)";
+    "@(#) $Header: /tcpdump/master/tcpdump/addrtoname.c,v 1.69 2000-10-07 05:33:25 itojun Exp $ (LBL)";
 #endif
 
 #ifdef HAVE_CONFIG_H
@@ -41,10 +41,6 @@ struct rtentry;
 #include <netinet/in.h>
 #include <netinet/if_ether.h>
 
-#ifdef INET6
-#include <netinet/ip6.h>
-#endif
-
 #include <arpa/inet.h>
 
 #include <ctype.h>