diff options
author | rwatson <rwatson@FreeBSD.org> | 2009-06-05 14:55:22 +0000 |
---|---|---|
committer | rwatson <rwatson@FreeBSD.org> | 2009-06-05 14:55:22 +0000 |
commit | f4934662e5d837053e785525653e390ce6933d2b (patch) | |
tree | 476e08b4812ed877bdf927598a5c7deae99fdcdf /sys/i386/ibcs2 | |
parent | 4df1a4e912a3f28cda78498cc27541eb191be270 (diff) | |
download | FreeBSD-src-f4934662e5d837053e785525653e390ce6933d2b.zip FreeBSD-src-f4934662e5d837053e785525653e390ce6933d2b.tar.gz |
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
Diffstat (limited to 'sys/i386/ibcs2')
-rw-r--r-- | sys/i386/ibcs2/ibcs2_misc.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/i386/ibcs2/ibcs2_misc.c b/sys/i386/ibcs2/ibcs2_misc.c index 7faf675..1906fd7 100644 --- a/sys/i386/ibcs2/ibcs2_misc.c +++ b/sys/i386/ibcs2/ibcs2_misc.c @@ -55,8 +55,6 @@ __FBSDID("$FreeBSD$"); * IBCS2 system calls that are implemented differently in BSD are * handled here. */ -#include "opt_mac.h" - #include <sys/param.h> #include <sys/systm.h> #include <sys/dirent.h> |