summaryrefslogtreecommitdiffstats
path: root/sys/net/pfvar.h
diff options
context:
space:
mode:
authorglebius <glebius@FreeBSD.org>2013-10-27 16:25:57 +0000
committerglebius <glebius@FreeBSD.org>2013-10-27 16:25:57 +0000
commite352aa585efbbc77678bddd33383368f65f11940 (patch)
treed018d2359cd89430bc204964f04874d868cfdd89 /sys/net/pfvar.h
parentb385bc7f3120f41d6df5d6fddd109ab27fce9851 (diff)
downloadFreeBSD-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 'sys/net/pfvar.h')
-rw-r--r--sys/net/pfvar.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/net/pfvar.h b/sys/net/pfvar.h
index 72be497..06db6cc 100644
--- a/sys/net/pfvar.h
+++ b/sys/net/pfvar.h
@@ -41,9 +41,9 @@
#include <net/radix.h>
#include <netinet/in.h>
-#include <net/pf.h>
-#include <net/pf_altq.h>
-#include <net/pf_mtag.h>
+#include <netpfil/pf/pf.h>
+#include <netpfil/pf/pf_altq.h>
+#include <netpfil/pf/pf_mtag.h>
struct pf_addr {
union {
OpenPOWER on IntegriCloud