diff options
author | glebius <glebius@FreeBSD.org> | 2013-10-27 16:25:57 +0000 |
---|---|---|
committer | glebius <glebius@FreeBSD.org> | 2013-10-27 16:25:57 +0000 |
commit | e352aa585efbbc77678bddd33383368f65f11940 (patch) | |
tree | d018d2359cd89430bc204964f04874d868cfdd89 /contrib/libpcap | |
parent | b385bc7f3120f41d6df5d6fddd109ab27fce9851 (diff) | |
download | FreeBSD-src-e352aa585efbbc77678bddd33383368f65f11940.zip FreeBSD-src-e352aa585efbbc77678bddd33383368f65f11940.tar.gz |
Move new pf includes to the pf directory. The pfvar.h remain
in net, to avoid compatibility breakage for no sake.
The future plan is to split most of non-kernel parts of
pfvar.h into pf.h, and then make pfvar.h a kernel only
include breaking compatibility.
Discussed with: bz
Diffstat (limited to 'contrib/libpcap')
-rw-r--r-- | contrib/libpcap/grammar.y | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/libpcap/grammar.y b/contrib/libpcap/grammar.y index 30755f5..12a326e 100644 --- a/contrib/libpcap/grammar.y +++ b/contrib/libpcap/grammar.y @@ -56,7 +56,7 @@ struct rtentry; #include "gencode.h" #ifdef HAVE_NET_PFVAR_H #include <net/if.h> -#include <net/pf.h> +#include <netpfil/pf/pf.h> #include <net/if_pflog.h> #endif #include "ieee80211.h" |