diff options
author | Robert Watson <rwatson@FreeBSD.org> | 2009-06-05 14:55:22 +0000 |
---|---|---|
committer | Robert Watson <rwatson@FreeBSD.org> | 2009-06-05 14:55:22 +0000 |
commit | bcf11e8d0048006ba97cb460a134cc23290428b2 (patch) | |
tree | 476e08b4812ed877bdf927598a5c7deae99fdcdf /sys/kern/uipc_mbuf2.c | |
parent | 88a9a9a61ce829ebdcc3fdf320c3c6270175566f (diff) |
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/uipc_mbuf2.c')
-rw-r--r-- | sys/kern/uipc_mbuf2.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/kern/uipc_mbuf2.c b/sys/kern/uipc_mbuf2.c index 6fe83b080360..3dc4238cfb1c 100644 --- a/sys/kern/uipc_mbuf2.c +++ b/sys/kern/uipc_mbuf2.c @@ -65,8 +65,6 @@ __FBSDID("$FreeBSD$"); /*#define PULLDOWN_DEBUG*/ -#include "opt_mac.h" - #include <sys/param.h> #include <sys/systm.h> #include <sys/kernel.h> |