aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet/raw_ip.c
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/netinet/raw_ip.c
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/netinet/raw_ip.c')
-rw-r--r--sys/netinet/raw_ip.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/netinet/raw_ip.c b/sys/netinet/raw_ip.c
index 0c3108d7c4d1..806fc1d01357 100644
--- a/sys/netinet/raw_ip.c
+++ b/sys/netinet/raw_ip.c
@@ -36,7 +36,6 @@ __FBSDID("$FreeBSD$");
#include "opt_inet6.h"
#include "opt_ipsec.h"
#include "opt_route.h"
-#include "opt_mac.h"
#include <sys/param.h>
#include <sys/jail.h>