summaryrefslogtreecommitdiff
path: root/print-sunrpc.c
diff options
context:
space:
mode:
authorguy <guy>2002-06-01 23:50:30 +0000
committerguy <guy>2002-06-01 23:50:30 +0000
commit4c6bada75863c064314bc52daf899e37cc8b39e3 (patch)
tree155327148fa164c0e107dfef15e0c3b198a826ff /print-sunrpc.c
parent07f12c5e5361c1564e0b9a902236023b073bb582 (diff)
downloadtcpdump-4c6bada75863c064314bc52daf899e37cc8b39e3.tar.gz
Get rid of unneeded incomplete definitions of "struct mbuf" and "struct
rtentry", and unneded includes of <sys/uio.h>, <sys/file.h>, and <sys/ioctl.h>.
Diffstat (limited to 'print-sunrpc.c')
-rw-r--r--print-sunrpc.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/print-sunrpc.c b/print-sunrpc.c
index 54e32d86..5a7e45ca 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.39 2000-10-07 05:53:13 itojun Exp $ (LBL)";
+ "@(#) $Header: /tcpdump/master/tcpdump/print-sunrpc.c,v 1.40 2002-06-01 23:50:33 guy Exp $ (LBL)";
#endif
#ifdef HAVE_CONFIG_H
@@ -32,9 +32,6 @@ static const char rcsid[] =
#include <sys/time.h>
#include <sys/socket.h>
-struct mbuf;
-struct rtentry;
-
#include <netinet/in.h>
#include <rpc/rpc.h>