aboutsummaryrefslogtreecommitdiffstats
path: root/main/vsftpd/vsftpd-gnu-source.patch
diff options
context:
space:
mode:
Diffstat (limited to 'main/vsftpd/vsftpd-gnu-source.patch')
-rw-r--r--main/vsftpd/vsftpd-gnu-source.patch12
1 files changed, 0 insertions, 12 deletions
diff --git a/main/vsftpd/vsftpd-gnu-source.patch b/main/vsftpd/vsftpd-gnu-source.patch
deleted file mode 100644
index a7f09d3912..0000000000
--- a/main/vsftpd/vsftpd-gnu-source.patch
+++ /dev/null
@@ -1,12 +0,0 @@
---- ./seccompsandbox.c.orig
-+++ ./seccompsandbox.c
-@@ -12,6 +12,9 @@
-
- #if defined(__linux__) && defined(__x86_64__)
-
-+/* for O_DIRECTORY */
-+#define _GNU_SOURCE
-+
- #include "session.h"
- #include "sysutil.h"
- #include "tunables.h"