From 6a4ee6fd99d381f3f1e1fdbc909e40b4c2607e02 Mon Sep 17 00:00:00 2001 From: Henning Brauer Date: Wed, 9 Jul 2014 11:39:08 +0000 Subject: Herr Reyk correctly pointed out that we don't need the if_pflog.h include here any more --- sys/net/bpf.c | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'sys/net') 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 #endif -#include "pflog.h" -#if NPFLOG > 0 -#include -#endif - #define BPF_BUFSIZE 32768 #define PRINET 26 /* interruptible */ -- cgit v1.2.3