summaryrefslogtreecommitdiffstats
path: root/usr.sbin/tcpdump
diff options
context:
space:
mode:
authorjtc <jtc@FreeBSD.org>1993-09-15 20:27:25 +0000
committerjtc <jtc@FreeBSD.org>1993-09-15 20:27:25 +0000
commitaf64f007ac7bb2c748251d1648355c21ca42f294 (patch)
treea0731850ee2d1f0ee6f2104878c1275708d31b1e /usr.sbin/tcpdump
parentd3452ecc7d759965fa10b867ca2f154dfe961b5e (diff)
downloadFreeBSD-src-af64f007ac7bb2c748251d1648355c21ca42f294.zip
FreeBSD-src-af64f007ac7bb2c748251d1648355c21ca42f294.tar.gz
Include <rpc/rpc.h> instead of various individual <rpc/*.h> header files
to compile with the newly prototyped rpc headers.
Diffstat (limited to 'usr.sbin/tcpdump')
-rw-r--r--usr.sbin/tcpdump/tcpdump/print-nfs.c9
-rw-r--r--usr.sbin/tcpdump/tcpdump/print-sunrpc.c10
-rw-r--r--usr.sbin/tcpdump/tcpdump/print-udp.c9
3 files changed, 6 insertions, 22 deletions
diff --git a/usr.sbin/tcpdump/tcpdump/print-nfs.c b/usr.sbin/tcpdump/tcpdump/print-nfs.c
index 8b31697..593e334 100644
--- a/usr.sbin/tcpdump/tcpdump/print-nfs.c
+++ b/usr.sbin/tcpdump/tcpdump/print-nfs.c
@@ -21,7 +21,7 @@
#ifndef lint
static char rcsid[] =
- "@(#) $Header: print-nfs.c,v 1.24 92/01/31 12:27:46 mccanne Exp $ (LBL)";
+ "@(#) $Header: /a/cvs/386BSD/src/contrib/tcpdump/tcpdump/print-nfs.c,v 1.1.1.1 1993/06/12 14:42:08 rgrimes Exp $ (LBL)";
#endif
#include <stdio.h>
@@ -37,12 +37,7 @@ static char rcsid[] =
#include <sys/time.h>
#include <errno.h>
-#include <rpc/types.h>
-#include <rpc/auth.h>
-#include <rpc/auth_unix.h>
-#include <rpc/svc.h>
-#include <rpc/xdr.h>
-#include <rpc/rpc_msg.h>
+#include <rpc/rpc.h>
#include <ctype.h>
diff --git a/usr.sbin/tcpdump/tcpdump/print-sunrpc.c b/usr.sbin/tcpdump/tcpdump/print-sunrpc.c
index ad28e93..e7e74be 100644
--- a/usr.sbin/tcpdump/tcpdump/print-sunrpc.c
+++ b/usr.sbin/tcpdump/tcpdump/print-sunrpc.c
@@ -21,7 +21,7 @@
#ifndef lint
static char rcsid[] =
- "@(#) $Header: print-sunrpc.c,v 1.1 92/06/02 11:36:37 mccanne Exp $ (LBL)";
+ "@(#) $Header: /a/cvs/386BSD/src/contrib/tcpdump/tcpdump/print-sunrpc.c,v 1.1.1.1 1993/06/12 14:42:07 rgrimes Exp $ (LBL)";
#endif
#include <stdio.h>
@@ -37,13 +37,7 @@ static char rcsid[] =
#include <sys/time.h>
#include <errno.h>
-#include <rpc/types.h>
-#include <rpc/auth.h>
-#include <rpc/auth_unix.h>
-#include <rpc/svc.h>
-#include <rpc/xdr.h>
-#include <rpc/rpc_msg.h>
-
+#include <rpc/rpc.h>
#include <rpc/pmap_prot.h>
#include <ctype.h>
diff --git a/usr.sbin/tcpdump/tcpdump/print-udp.c b/usr.sbin/tcpdump/tcpdump/print-udp.c
index cd51808..14c22da 100644
--- a/usr.sbin/tcpdump/tcpdump/print-udp.c
+++ b/usr.sbin/tcpdump/tcpdump/print-udp.c
@@ -21,7 +21,7 @@
#ifndef lint
static char rcsid[] =
- "@(#) $Header: print-udp.c,v 1.26 92/05/22 19:43:17 leres Exp $ (LBL)";
+ "@(#) $Header: /a/cvs/386BSD/src/contrib/tcpdump/tcpdump/print-udp.c,v 1.1.1.1 1993/06/12 14:42:06 rgrimes Exp $ (LBL)";
#endif
#include <sys/param.h>
@@ -38,12 +38,7 @@ static char rcsid[] =
#include <arpa/tftp.h>
#include <errno.h>
#include <sys/time.h>
-#include <rpc/types.h>
-#include <rpc/auth.h>
-#include <rpc/auth_unix.h>
-#include <rpc/svc.h>
-#include <rpc/xdr.h>
-#include <rpc/rpc_msg.h>
+#include <rpc/rpc.h>
#include "interface.h"
/* These must come after interface.h for BSD. */
OpenPOWER on IntegriCloud