mirror of
https://git.freebsd.org/ports.git
synced 2025-06-30 09:00:33 -04:00
11 lines
241 B
C
11 lines
241 B
C
--- sandbox-capsicum.c.orig 2018-06-19 09:48:45 UTC
|
|
+++ sandbox-capsicum.c
|
|
@@ -20,7 +20,7 @@
|
|
#if HAVE_CAPSICUM
|
|
|
|
#include <sys/resource.h>
|
|
-#include <sys/capability.h>
|
|
+#include <sys/capsicum.h>
|
|
|
|
#include <assert.h>
|
|
#include <unistd.h>
|