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/pfctl_osfp.c | |
parent | 43aa1894b358a381e816e8e4a36a6ec108953fce (diff) |
No use for <netinet/in_systm.h> nor <netinet/tcpip.h>.
Diffstat (limited to 'usr.sbin/tcpdump/pfctl_osfp.c')
-rw-r--r-- | usr.sbin/tcpdump/pfctl_osfp.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.sbin/tcpdump/pfctl_osfp.c b/usr.sbin/tcpdump/pfctl_osfp.c index b3347b60604..ccc7dfb3deb 100644 --- a/usr.sbin/tcpdump/pfctl_osfp.c +++ b/usr.sbin/tcpdump/pfctl_osfp.c @@ -1,4 +1,4 @@ -/* $OpenBSD: pfctl_osfp.c,v 1.8 2013/12/22 16:50:15 deraadt Exp $ */ +/* $OpenBSD: pfctl_osfp.c,v 1.9 2014/08/14 12:44:44 mpi Exp $ */ /* * Copyright (c) 2003 Mike Frantzen <frantzen@openbsd.org> @@ -30,7 +30,6 @@ #include <stdlib.h> #include <string.h> -#include <netinet/in_systm.h> #include <netinet/ip.h> #include <netinet/ip6.h> |