diff options
author | Darren Tucker <dtucker@zip.com.au> | 2017-08-28 16:48:27 +1000 |
---|---|---|
committer | Darren Tucker <dtucker@zip.com.au> | 2017-08-28 16:48:27 +1000 |
commit | dd9d9b3381a4597b840d480b043823112039327e (patch) | |
tree | c32a429880d5e53896323a70cf27c705338b0d75 /sandbox-capsicum.c | |
parent | f5e917ab105af5dd6429348d9bc463e52b263f92 (diff) |
Switch Capsicum header to sys/capsicum.h.
FreeBSD's <sys/capability.h> was renamed to <sys/capsicum.h> in 2014 to
avoid future conflicts with POSIX capabilities (the last release that
didn't have it was 9.3) so switch to that. Patch from des at des.no.
Diffstat (limited to 'sandbox-capsicum.c')
-rw-r--r-- | sandbox-capsicum.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sandbox-capsicum.c b/sandbox-capsicum.c index 655f0d217..e10bad7e8 100644 --- a/sandbox-capsicum.c +++ b/sandbox-capsicum.c | |||
@@ -22,7 +22,7 @@ | |||
22 | #include <sys/param.h> | 22 | #include <sys/param.h> |
23 | #include <sys/time.h> | 23 | #include <sys/time.h> |
24 | #include <sys/resource.h> | 24 | #include <sys/resource.h> |
25 | #include <sys/capability.h> | 25 | #include <sys/capsicum.h> |
26 | 26 | ||
27 | #include <errno.h> | 27 | #include <errno.h> |
28 | #include <stdarg.h> | 28 | #include <stdarg.h> |