aboutsummaryrefslogtreecommitdiff
path: root/sys/kern/kern_mbuf.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/kern/kern_mbuf.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/kern/kern_mbuf.c')
-rw-r--r--sys/kern/kern_mbuf.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/kern/kern_mbuf.c b/sys/kern/kern_mbuf.c
index 26b0250f9c99..58fa314c71a5 100644
--- a/sys/kern/kern_mbuf.c
+++ b/sys/kern/kern_mbuf.c
@@ -28,7 +28,6 @@
#include <sys/cdefs.h>
__FBSDID("$FreeBSD$");
-#include "opt_mac.h"
#include "opt_param.h"
#include <sys/param.h>