diff options
author | Martin Pieuchot <mpi@cvs.openbsd.org> | 2014-08-14 12:44:45 +0000 |
---|---|---|
committer | Martin Pieuchot <mpi@cvs.openbsd.org> | 2014-08-14 12:44:45 +0000 |
commit | 03e7198f802379e610dde7f6ae59c05ca802f5d2 (patch) | |
tree | e909e57fc37590c96cea4b69df702660858ab979 /usr.sbin/tcpdump/print-nfs.c | |
parent | 43aa1894b358a381e816e8e4a36a6ec108953fce (diff) |
No use for <netinet/in_systm.h> nor <netinet/tcpip.h>.
Diffstat (limited to 'usr.sbin/tcpdump/print-nfs.c')
-rw-r--r-- | usr.sbin/tcpdump/print-nfs.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.sbin/tcpdump/print-nfs.c b/usr.sbin/tcpdump/print-nfs.c index 750e300dd50..2edef633d33 100644 --- a/usr.sbin/tcpdump/print-nfs.c +++ b/usr.sbin/tcpdump/print-nfs.c @@ -1,4 +1,4 @@ -/* $OpenBSD: print-nfs.c,v 1.17 2014/02/05 21:12:19 florian Exp $ */ +/* $OpenBSD: print-nfs.c,v 1.18 2014/08/14 12:44:44 mpi Exp $ */ /* * Copyright (c) 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997 @@ -31,7 +31,6 @@ struct rtentry; #include <netinet/in.h> #include <netinet/if_ether.h> -#include <netinet/in_systm.h> #include <netinet/ip.h> #include <netinet/ip_var.h> |