about summary refs log tree commit diff homepage
path: root/image.c
diff options
context:
space:
mode:
Diffstat (limited to 'image.c')
-rw-r--r--image.c9
1 files changed, 0 insertions, 9 deletions
diff --git a/image.c b/image.c
index 573ded1..89ba745 100644
--- a/image.c
+++ b/image.c
@@ -27,10 +27,6 @@
 #include <unistd.h>
 #include <zlib.h>
 
-#ifdef __FreeBSD__
-#include <sys/capsicum.h>
-#endif
-
 #ifdef HAVE_KCGI
 #include <sys/types.h>
 #include <stdarg.h>
@@ -290,11 +286,6 @@ int main(int argc, char *argv[]) {
 	}
 #endif
 
-#ifdef __FreeBSD__
-	int error = cap_enter();
-	if (error) err(EX_OSERR, "cap_enter");
-#endif
-
 #ifdef HAVE_KCGI
 	if (kcgi) {
 		worker();