forked from pool/vsftpd
12 lines
356 B
Diff
12 lines
356 B
Diff
|
--- vsftpd-3.0.0/seccompsandbox.c 2012-04-04 18:41:51.000000000 -0400
|
||
|
+++ vsftpd-3.0.0+/seccompsandbox.c 2012-04-23 06:06:00.000000000 -0400
|
||
|
@@ -10,7 +10,7 @@
|
||
|
|
||
|
#include "seccompsandbox.h"
|
||
|
|
||
|
-#if defined(__linux__) && defined(__x86_64__)
|
||
|
+#if defined(__linux__) && defined(__x86_64__) && defined(USE_SECCOMP)
|
||
|
|
||
|
#include "session.h"
|
||
|
#include "sysutil.h"
|