]> The Tcpdump Group git mirrors - tcpdump/commitdiff
remove <netinet/tcpip.h>. including this header causes errors with
authorassar <assar>
Sun, 9 Jan 2000 09:59:15 +0000 (09:59 +0000)
committerassar <assar>
Sun, 9 Jan 2000 09:59:15 +0000 (09:59 +0000)
Kame V6 stack and nothing from it was used anyway.

print-cip.c
print-lane.c
print-telnet.c

index 18dab094877519227c05972b1d7e66d3bb25bf23..1a00cd8a8fd7d00f4c55d17fbc6abf1f37449d12 100644 (file)
@@ -22,7 +22,7 @@
 
 #ifndef lint
 static const char rcsid[] =
-    "@(#) $Header: /tcpdump/master/tcpdump/print-cip.c,v 1.2 1999-11-21 09:36:49 fenner Exp $ (LBL)";
+    "@(#) $Header: /tcpdump/master/tcpdump/print-cip.c,v 1.3 2000-01-09 09:59:15 assar Exp $ (LBL)";
 #endif
 
 #ifdef HAVE_CONFIG_H
@@ -44,7 +44,6 @@ static const char rcsid[] =
 #include <netinet/udp.h>
 #include <netinet/udp_var.h>
 #include <netinet/tcp.h>
-#include <netinet/tcpip.h>
 
 #include <stdio.h>
 #include <pcap.h>
index 7ff6fe8d7ac735d539124ba09d42d950f9bb636b..f2a810ff385929ee5ecf79f5eb92f49e176fd07f 100644 (file)
@@ -22,7 +22,7 @@
 
 #ifndef lint
 static const char rcsid[] =
-    "@(#) $Header: /tcpdump/master/tcpdump/print-lane.c,v 1.2 1999-11-21 09:36:56 fenner Exp $ (LBL)";
+    "@(#) $Header: /tcpdump/master/tcpdump/print-lane.c,v 1.3 2000-01-09 10:00:22 assar Exp $ (LBL)";
 #endif
 
 #ifdef HAVE_CONFIG_H
@@ -44,7 +44,6 @@ static const char rcsid[] =
 #include <netinet/udp.h>
 #include <netinet/udp_var.h>
 #include <netinet/tcp.h>
-#include <netinet/tcpip.h>
 
 #include <stdio.h>
 #include <pcap.h>
index 1e500de2847e8844563fb8855e8322a40f89464d..df2147e612ff4508a718eaa8653a7e877b27298f 100644 (file)
@@ -67,7 +67,6 @@ __RCSID("$NetBSD: print-telnet.c,v 1.2 1999/10/11 12:40:12 sjg Exp $");
 #include <netinet/ip.h>
 #include <netinet/ip_var.h>
 #include <netinet/tcp.h>
-#include <netinet/tcpip.h>
 
 #define TELCMDS
 #define TELOPTS