aboutsummaryrefslogtreecommitdiff
path: root/contrib/libpcap
diff options
context:
space:
mode:
authorGleb Smirnoff <glebius@FreeBSD.org>2013-10-27 16:25:57 +0000
committerGleb Smirnoff <glebius@FreeBSD.org>2013-10-27 16:25:57 +0000
commit75bf2db38065cafe6b1716e5e66a00962866d5bf (patch)
treed018d2359cd89430bc204964f04874d868cfdd89 /contrib/libpcap
parentc2a445910d15c856f068b5b8f3f58c3ecd99a3df (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.y2
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"