From ae9ef079952f9706d7848342f1e29b3be6818292 Mon Sep 17 00:00:00 2001 From: rwatson Date: Fri, 22 Dec 2006 23:34:47 +0000 Subject: Move src/sys/sys/mac_policy.h, the kernel interface between the MAC Framework and security modules, to src/sys/security/mac/mac_policy.h, completing the removal of kernel-only MAC Framework include files from src/sys/sys. Update the MAC Framework and MAC policy modules. Delete the old mac_policy.h. Third party policy modules will need similar updating. Obtained from: TrustedBSD Project --- sys/security/mac_lomac/mac_lomac.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'sys/security/mac_lomac/mac_lomac.c') diff --git a/sys/security/mac_lomac/mac_lomac.c b/sys/security/mac_lomac/mac_lomac.c index 3364b78..73a0226 100644 --- a/sys/security/mac_lomac/mac_lomac.c +++ b/sys/security/mac_lomac/mac_lomac.c @@ -77,8 +77,7 @@ #include -#include - +#include #include #include -- cgit v1.1