]> The Tcpdump Group git mirrors - tcpdump/blobdiff - print-atm.c
patches to help build on Linux 2.2
[tcpdump] / print-atm.c
index 6d6463c9eb2e4653bdf02b35c1d591cbad823655..13f5369fd4ed66c90d7f9db7e7f2520fed119943 100644 (file)
@@ -20,7 +20,7 @@
  */
 #ifndef lint
 static const char rcsid[] =
-    "@(#) $Header: /tcpdump/master/tcpdump/print-atm.c,v 1.9 1999-10-07 23:47:11 mcr Exp $ (LBL)";
+    "@(#) $Header: /tcpdump/master/tcpdump/print-atm.c,v 1.10 1999-10-17 21:37:11 mcr Exp $ (LBL)";
 #endif
 
 #include <sys/param.h>
@@ -37,11 +37,8 @@ struct rtentry;
 #include <netinet/if_ether.h>
 #include <netinet/in_systm.h>
 #include <netinet/ip.h>
-#include <netinet/ip_var.h>
 #include <netinet/udp.h>
-#include <netinet/udp_var.h>
 #include <netinet/tcp.h>
-#include <netinet/tcpip.h>
 
 #include <stdio.h>
 #include <pcap.h>