summaryrefslogtreecommitdiff
path: root/sandbox-capsicum.c
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@zip.com.au>2017-08-28 16:48:27 +1000
committerDarren Tucker <dtucker@zip.com.au>2017-08-28 16:48:27 +1000
commitdd9d9b3381a4597b840d480b043823112039327e (patch)
treec32a429880d5e53896323a70cf27c705338b0d75 /sandbox-capsicum.c
parentf5e917ab105af5dd6429348d9bc463e52b263f92 (diff)
downloadopenssh-git-dd9d9b3381a4597b840d480b043823112039327e.tar.gz
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.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sandbox-capsicum.c b/sandbox-capsicum.c
index 655f0d21..e10bad7e 100644
--- a/sandbox-capsicum.c
+++ b/sandbox-capsicum.c
@@ -22,7 +22,7 @@
#include <sys/param.h>
#include <sys/time.h>
#include <sys/resource.h>
-#include <sys/capability.h>
+#include <sys/capsicum.h>
#include <errno.h>
#include <stdarg.h>