aboutsummaryrefslogtreecommitdiff
path: root/sys/contrib/pf
diff options
context:
space:
mode:
authorRobert Watson <rwatson@FreeBSD.org>2009-06-05 14:55:22 +0000
committerRobert Watson <rwatson@FreeBSD.org>2009-06-05 14:55:22 +0000
commitbcf11e8d0048006ba97cb460a134cc23290428b2 (patch)
tree476e08b4812ed877bdf927598a5c7deae99fdcdf /sys/contrib/pf
parent88a9a9a61ce829ebdcc3fdf320c3c6270175566f (diff)
downloadsrc-bcf11e8d0048006ba97cb460a134cc23290428b2.tar.gz
src-bcf11e8d0048006ba97cb460a134cc23290428b2.zip
Move "options MAC" from opt_mac.h to opt_global.h, as it's now in GENERIC
and used in a large number of files, but also because an increasing number of incorrect uses of MAC calls were sneaking in due to copy-and-paste of MAC-aware code without the associated opt_mac.h include. Discussed with: pjd
Notes
Notes: svn path=/head/; revision=193511
Diffstat (limited to 'sys/contrib/pf')
-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 ca4f79a895e3..d0947b9416ac 100644
--- a/sys/contrib/pf/net/pf.c
+++ b/sys/contrib/pf/net/pf.c
@@ -45,7 +45,6 @@ __FBSDID("$FreeBSD$");
#endif
#ifdef __FreeBSD__
-#include "opt_mac.h"
#include "opt_bpf.h"
#include "opt_pf.h"