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-sunrpc.c | |
parent | 2373cb681bf166e79cdb159553bc3fa1b4eb9ec6 (diff) | |
download | tcpdump-f6fa6a40d4156cdf5dea882024beb7b10d2412f1.tar.gz |
patches to help build on Linux 2.2linux22
Diffstat (limited to 'print-sunrpc.c')
-rw-r--r-- | print-sunrpc.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/print-sunrpc.c b/print-sunrpc.c index 6a39c3fd..30f7d2a4 100644 --- a/print-sunrpc.c +++ b/print-sunrpc.c @@ -21,7 +21,7 @@ #ifndef lint static const char rcsid[] = - "@(#) $Header: /tcpdump/master/tcpdump/print-sunrpc.c,v 1.26 1999-10-07 23:47:12 mcr Exp $ (LBL)"; + "@(#) $Header: /tcpdump/master/tcpdump/print-sunrpc.c,v 1.27 1999-10-17 21:37:16 mcr Exp $ (LBL)"; #endif #include <sys/param.h> @@ -38,7 +38,6 @@ struct rtentry; #include <netinet/if_ether.h> #include <netinet/in_systm.h> #include <netinet/ip.h> -#include <netinet/ip_var.h> #include <rpc/rpc.h> #ifdef HAVE_RPC_RPCENT_H |