summary refs log tree commit diff stats
path: root/os-posix.c
diff options
context:
space:
mode:
Diffstat (limited to 'os-posix.c')
-rw-r--r--os-posix.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/os-posix.c b/os-posix.c
index 6187301481..cb2a7f7ad7 100644
--- a/os-posix.c
+++ b/os-posix.c
@@ -44,10 +44,6 @@
 #include <sys/prctl.h>
 #endif
 
-#ifdef __FreeBSD__
-#include <sys/sysctl.h>
-#endif
-
 static struct passwd *user_pwd;
 static const char *chroot_dir;
 static int daemonize;