diff options
author | Gleb Smirnoff <glebius@FreeBSD.org> | 2013-10-27 16:25:57 +0000 |
---|---|---|
committer | Gleb Smirnoff <glebius@FreeBSD.org> | 2013-10-27 16:25:57 +0000 |
commit | 75bf2db38065cafe6b1716e5e66a00962866d5bf (patch) | |
tree | d018d2359cd89430bc204964f04874d868cfdd89 /contrib/libpcap | |
parent | c2a445910d15c856f068b5b8f3f58c3ecd99a3df (diff) |
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
Notes
Notes:
svn path=/head/; revision=257215
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 30755f5051bb..12a326e32f6e 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" |