summaryrefslogtreecommitdiffstats
path: root/sys/contrib
diff options
context:
space:
mode:
authormelifaro <melifaro@FreeBSD.org>2012-05-03 08:56:43 +0000
committermelifaro <melifaro@FreeBSD.org>2012-05-03 08:56:43 +0000
commit46b1e41aff0313c3b831f1bdfbc076495fd68fbc (patch)
treebe20ac38797bbe2a8d8e92491bd1fd5c951c06b2 /sys/contrib
parentad89374d50d1c7109accd457a61b490194f68e31 (diff)
downloadFreeBSD-src-46b1e41aff0313c3b831f1bdfbc076495fd68fbc.zip
FreeBSD-src-46b1e41aff0313c3b831f1bdfbc076495fd68fbc.tar.gz
Revert r234834 per luigi@ request.
Cleaner solution (e.g. adding another header) should be done here. Original log: Move several enums and structures required for L2 filtering from ip_fw_private.h to ip_fw.h. Remove ipfw/ip_fw_private.h header from non-ipfw code. Requested by: luigi Approved by: kib(mentor)
Diffstat (limited to 'sys/contrib')
-rw-r--r--sys/contrib/pf/net/pf.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/contrib/pf/net/pf.c b/sys/contrib/pf/net/pf.c
index a268267..7058b7d 100644
--- a/sys/contrib/pf/net/pf.c
+++ b/sys/contrib/pf/net/pf.c
@@ -122,6 +122,7 @@ __FBSDID("$FreeBSD$");
#include <netinet/if_ether.h>
#ifdef __FreeBSD__
#include <netinet/ip_fw.h>
+#include <netinet/ipfw/ip_fw_private.h> /* XXX: only for DIR_IN/DIR_OUT */
#endif
#ifndef __FreeBSD__
OpenPOWER on IntegriCloud