summaryrefslogtreecommitdiff
path: root/print-sunrpc.c
diff options
context:
space:
mode:
authorguy <guy>2000-09-28 06:42:55 +0000
committerguy <guy>2000-09-28 06:42:55 +0000
commit8b67f771343e94182b048b0cae3ffe164dc37bb9 (patch)
treeb257467bd7797c05ccc268fc0b8825e411af62f1 /print-sunrpc.c
parent6b33165a8fc70eac6dae78d230ed42f8684e03ff (diff)
downloadtcpdump-8b67f771343e94182b048b0cae3ffe164dc37bb9.tar.gz
Get rid of unneeded includes of <net/if.h>.
Diffstat (limited to 'print-sunrpc.c')
-rw-r--r--print-sunrpc.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/print-sunrpc.c b/print-sunrpc.c
index 7bb19223..c6c05830 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.35 2000-09-23 08:54:41 guy Exp $ (LBL)";
+ "@(#) $Header: /tcpdump/master/tcpdump/print-sunrpc.c,v 1.36 2000-09-28 06:43:08 guy Exp $ (LBL)";
#endif
#ifdef HAVE_CONFIG_H
@@ -34,7 +34,6 @@ static const char rcsid[] =
struct mbuf;
struct rtentry;
-#include <net/if.h>
#include <netinet/in.h>
#include <netinet/in_systm.h>