From c96ae1968a6ab7056427a739bce81bf07447c2d4 Mon Sep 17 00:00:00 2001 From: Robert Watson Date: Tue, 6 Feb 2007 10:59:23 +0000 Subject: Continue 7-CURRENT MAC Framework rearrangement and cleanup: Don't perform a nested include of _label.h in mac.h, as mac.h now describes only the user API to MAC, and _label.h defines the in-kernel representation of MAC labels. Remove mac.h includes from policies and MAC framework components that do not use userspace MAC API definitions. Add _KERNEL inclusion checks to mac_internal.h and mac_policy.h, as these are kernel-only include files Obtained from: TrustedBSD Project --- sys/security/mac_test/mac_test.c | 1 - 1 file changed, 1 deletion(-) (limited to 'sys/security/mac_test') diff --git a/sys/security/mac_test/mac_test.c b/sys/security/mac_test/mac_test.c index b0bd07eaffd4..803b882f7de2 100644 --- a/sys/security/mac_test/mac_test.c +++ b/sys/security/mac_test/mac_test.c @@ -47,7 +47,6 @@ #include #include #include -#include #include #include #include -- cgit v1.2.3