summaryrefslogtreecommitdiffstats
path: root/sys/netpfil/pf
diff options
context:
space:
mode:
authorglebius <glebius@FreeBSD.org>2015-04-16 20:22:40 +0000
committerglebius <glebius@FreeBSD.org>2015-04-16 20:22:40 +0000
commita29f5e7ca80965b7551a01382485f2e7cba838ec (patch)
treec8f5ed55ba8f99a6440ebcb37c38c74604cb8cc7 /sys/netpfil/pf
parent6a373c232e9be2bf3c8f6ce3cb113bf7e749e9ff (diff)
downloadFreeBSD-src-a29f5e7ca80965b7551a01382485f2e7cba838ec.zip
FreeBSD-src-a29f5e7ca80965b7551a01382485f2e7cba838ec.tar.gz
Move ALTQ from contrib to net/altq. The ALTQ code is for many years
discontinued by its initial authors. In FreeBSD the code was already slightly edited during the pf(4) SMP project. It is about to be edited more in the projects/ifnet. Moving out of contrib also allows to remove several hacks to the make glue. Reviewed by: net@
Diffstat (limited to 'sys/netpfil/pf')
-rw-r--r--sys/netpfil/pf/pf_ioctl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/netpfil/pf/pf_ioctl.c b/sys/netpfil/pf/pf_ioctl.c
index 359d9de..c20e00a 100644
--- a/sys/netpfil/pf/pf_ioctl.c
+++ b/sys/netpfil/pf/pf_ioctl.c
@@ -84,7 +84,7 @@ __FBSDID("$FreeBSD$");
#endif /* INET6 */
#ifdef ALTQ
-#include <altq/altq.h>
+#include <net/altq/altq.h>
#endif
static int pfattach(void);
OpenPOWER on IntegriCloud