diff options
author | guy <guy> | 2000-09-29 04:58:33 +0000 |
---|---|---|
committer | guy <guy> | 2000-09-29 04:58:33 +0000 |
commit | cf53dc05f1c854cc8cb94afd3409bbf033a055ed (patch) | |
tree | 940e081f48caa7c681a27e66f1f775ab8d7cb042 /print-nfs.c | |
parent | 0e59c1e8d36554185c856e78d88cc909cd5fb900 (diff) | |
download | tcpdump-cf53dc05f1c854cc8cb94afd3409bbf033a055ed.tar.gz |
Get rid of includes of <netinet/in_systm.h>, and replace "n_short",
"n_long", and "n_time", defined in that file, with other types.
Diffstat (limited to 'print-nfs.c')
-rw-r--r-- | print-nfs.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/print-nfs.c b/print-nfs.c index ad1cbb32..8beac1d6 100644 --- a/print-nfs.c +++ b/print-nfs.c @@ -21,7 +21,7 @@ #ifndef lint static const char rcsid[] = - "@(#) $Header: /tcpdump/master/tcpdump/print-nfs.c,v 1.84 2000-09-28 06:43:03 guy Exp $ (LBL)"; + "@(#) $Header: /tcpdump/master/tcpdump/print-nfs.c,v 1.85 2000-09-29 04:58:44 guy Exp $ (LBL)"; #endif #ifdef HAVE_CONFIG_H @@ -36,7 +36,6 @@ struct mbuf; struct rtentry; #include <netinet/in.h> -#include <netinet/in_systm.h> #ifdef INET6 #include <netinet/ip6.h> #endif |