diff options
author | Henning Brauer <henning@cvs.openbsd.org> | 2014-07-09 11:39:08 +0000 |
---|---|---|
committer | Henning Brauer <henning@cvs.openbsd.org> | 2014-07-09 11:39:08 +0000 |
commit | 6a4ee6fd99d381f3f1e1fdbc909e40b4c2607e02 (patch) | |
tree | 336610de59de5d70354567336d632364b7ccd291 /sys/net | |
parent | 0053cf4ab1127d6994edc86edc446e1655c33a16 (diff) |
Herr Reyk correctly pointed out that we don't need the if_pflog.h include
here any more
Diffstat (limited to 'sys/net')
-rw-r--r-- | sys/net/bpf.c | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/sys/net/bpf.c b/sys/net/bpf.c index 7bec98f182c..6245e594b0f 100644 --- a/sys/net/bpf.c +++ b/sys/net/bpf.c @@ -1,4 +1,4 @@ -/* $OpenBSD: bpf.c,v 1.95 2014/07/09 11:03:04 henning Exp $ */ +/* $OpenBSD: bpf.c,v 1.96 2014/07/09 11:39:07 henning Exp $ */ /* $NetBSD: bpf.c,v 1.33 1997/02/21 23:59:35 thorpej Exp $ */ /* @@ -64,11 +64,6 @@ #include <net/if_vlan_var.h> #endif -#include "pflog.h" -#if NPFLOG > 0 -#include <net/if_pflog.h> -#endif - #define BPF_BUFSIZE 32768 #define PRINET 26 /* interruptible */ |