From a400e9c00711b1982145fcf059c7562d8de06f1c Mon Sep 17 00:00:00 2001 From: rwatson Date: Sun, 16 Mar 2014 11:04:44 +0000 Subject: Update most userspace consumers of capability.h to use capsicum.h instead. auditdistd is not updated as I will make the change upstream and then do a vendor import sometime in the next week or two. MFC after: 3 weeks --- lib/libc/gen/cap_sandboxed.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/libc') diff --git a/lib/libc/gen/cap_sandboxed.c b/lib/libc/gen/cap_sandboxed.c index baa9b3f..ec2d4db 100644 --- a/lib/libc/gen/cap_sandboxed.c +++ b/lib/libc/gen/cap_sandboxed.c @@ -30,7 +30,7 @@ #include __FBSDID("$FreeBSD$"); -#include +#include #include #include -- cgit v1.1