diff options
| author | 2015-01-20 18:26:57 +0000 | |
|---|---|---|
| committer | 2015-01-20 18:26:57 +0000 | |
| commit | 52a421fc3f8fc8f10bb794f9e4883e5dcce4fa22 (patch) | |
| tree | 4b6f74b7a950006117a05d18ec579e71f270645a /usr.sbin/tcpdump/print-pflog.c | |
| parent | Adjust <sys/param.h> comments regarding use of use of MAXFRAG, or (diff) | |
| download | wireguard-openbsd-52a421fc3f8fc8f10bb794f9e4883e5dcce4fa22.tar.xz wireguard-openbsd-52a421fc3f8fc8f10bb794f9e4883e5dcce4fa22.zip | |
Adjust <sys/param.h> comments regarding use of use of MSIZE, or
delete <sys/param.h> if now possible
ok guenther
Diffstat (limited to 'usr.sbin/tcpdump/print-pflog.c')
| -rw-r--r-- | usr.sbin/tcpdump/print-pflog.c | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/usr.sbin/tcpdump/print-pflog.c b/usr.sbin/tcpdump/print-pflog.c index df7c3d2dc7e..3b29501841e 100644 --- a/usr.sbin/tcpdump/print-pflog.c +++ b/usr.sbin/tcpdump/print-pflog.c @@ -1,4 +1,4 @@ -/* $OpenBSD: print-pflog.c,v 1.26 2015/01/16 06:40:21 deraadt Exp $ */ +/* $OpenBSD: print-pflog.c,v 1.27 2015/01/20 18:26:58 deraadt Exp $ */ /* * Copyright (c) 1990, 1991, 1993, 1994, 1995, 1996 @@ -21,7 +21,7 @@ * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. */ -#include <sys/param.h> /* MSIZE MAXCOMLEN */ +#include <sys/param.h> /* MAXCOMLEN */ #include <sys/time.h> #include <sys/socket.h> #include <sys/file.h> @@ -34,13 +34,12 @@ #endif struct rtentry; -#include <net/if.h> -#include <net/if_pflog.h> #include <netinet/in.h> #include <netinet/ip.h> - +#include <net/if.h> #include <net/pfvar.h> +#include <net/if_pflog.h> #include <arpa/inet.h> |
