diff options
author | trhodes <trhodes@FreeBSD.org> | 2006-11-11 16:26:58 +0000 |
---|---|---|
committer | trhodes <trhodes@FreeBSD.org> | 2006-11-11 16:26:58 +0000 |
commit | 58cca8458a944de5b59a86ec54e14d209a9ec365 (patch) | |
tree | 662fae3cb386b3fef99fe533a5744acfbb9353ad /sys/security/mac_biba/mac_biba.c | |
parent | 2d45fdc2442208a8507360346e65129e7a557b7c (diff) | |
download | FreeBSD-src-58cca8458a944de5b59a86ec54e14d209a9ec365.zip FreeBSD-src-58cca8458a944de5b59a86ec54e14d209a9ec365.tar.gz |
Merge posix4/* into normal kernel hierarchy.
Reviewed by: glanced at by jhb
Approved by: silence on -arch@ and -standards@
Diffstat (limited to 'sys/security/mac_biba/mac_biba.c')
-rw-r--r-- | sys/security/mac_biba/mac_biba.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/security/mac_biba/mac_biba.c b/sys/security/mac_biba/mac_biba.c index 3f244ae..cfafc6c 100644 --- a/sys/security/mac_biba/mac_biba.c +++ b/sys/security/mac_biba/mac_biba.c @@ -45,6 +45,7 @@ #include <sys/conf.h> #include <sys/extattr.h> #include <sys/kernel.h> +#include <sys/ksem.h> #include <sys/mac.h> #include <sys/malloc.h> #include <sys/mman.h> @@ -66,8 +67,6 @@ #include <sys/sem.h> #include <sys/shm.h> -#include <posix4/ksem.h> - #include <fs/devfs/devfs.h> #include <net/bpfdesc.h> |