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/mac_pipe.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'sys/security/mac/mac_pipe.c') diff --git a/sys/security/mac/mac_pipe.c b/sys/security/mac/mac_pipe.c index 44755ad..02860a4 100644 --- a/sys/security/mac/mac_pipe.c +++ b/sys/security/mac/mac_pipe.c @@ -47,10 +47,9 @@ __FBSDID("$FreeBSD$"); #include #include -#include - #include #include +#include struct label * mac_pipe_label_alloc(void) -- cgit v1.1