diff options
author | mcr <mcr> | 1999-10-17 21:37:10 +0000 |
---|---|---|
committer | mcr <mcr> | 1999-10-17 21:37:10 +0000 |
commit | f6fa6a40d4156cdf5dea882024beb7b10d2412f1 (patch) | |
tree | 125241d98598e9e1f15526c03b40c2f5644effa6 /print-raw.c | |
parent | 2373cb681bf166e79cdb159553bc3fa1b4eb9ec6 (diff) | |
download | tcpdump-f6fa6a40d4156cdf5dea882024beb7b10d2412f1.tar.gz |
patches to help build on Linux 2.2linux22
Diffstat (limited to 'print-raw.c')
-rw-r--r-- | print-raw.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/print-raw.c b/print-raw.c index a0452aec..932252ba 100644 --- a/print-raw.c +++ b/print-raw.c @@ -21,7 +21,7 @@ #ifndef lint static const char rcsid[] = - "@(#) $Header: /tcpdump/master/tcpdump/print-raw.c,v 1.22 1999-10-07 23:47:12 mcr Exp $ (LBL)"; + "@(#) $Header: /tcpdump/master/tcpdump/print-raw.c,v 1.23 1999-10-17 21:37:15 mcr Exp $ (LBL)"; #endif #include <sys/param.h> @@ -40,11 +40,8 @@ struct rtentry; #include <netinet/in_systm.h> #include <netinet/ip.h> #include <netinet/if_ether.h> -#include <netinet/ip_var.h> #include <netinet/udp.h> -#include <netinet/udp_var.h> #include <netinet/tcp.h> -#include <netinet/tcpip.h> #include <pcap.h> #include <stdio.h> |