summaryrefslogtreecommitdiffstats
path: root/sys/contrib
diff options
context:
space:
mode:
authormelifaro <melifaro@FreeBSD.org>2012-04-30 10:22:23 +0000
committermelifaro <melifaro@FreeBSD.org>2012-04-30 10:22:23 +0000
commitb600972ec65464e2b002beea0ad6e80c5fd11ef1 (patch)
treece9aa39a8b8d1fe7c0e9435f20d9c251e4e68062 /sys/contrib
parent45cd6b589c22e31ca23e6ee1ed1c77b36bf8f7d2 (diff)
downloadFreeBSD-src-b600972ec65464e2b002beea0ad6e80c5fd11ef1.zip
FreeBSD-src-b600972ec65464e2b002beea0ad6e80c5fd11ef1.tar.gz
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. Approved by: ae(mentor) MFC after: 2 weeks
Diffstat (limited to 'sys/contrib')
-rw-r--r--sys/contrib/pf/net/pf.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/contrib/pf/net/pf.c b/sys/contrib/pf/net/pf.c
index 7058b7d..a268267 100644
--- a/sys/contrib/pf/net/pf.c
+++ b/sys/contrib/pf/net/pf.c
@@ -122,7 +122,6 @@ __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