diff options
author | Timo Teräs <timo.teras@iki.fi> | 2014-06-19 16:37:11 +0300 |
---|---|---|
committer | Timo Teräs <timo.teras@iki.fi> | 2014-06-19 16:40:33 +0300 |
commit | 27bbcb6d3871985ad908bf302a50d0d75f90010c (patch) | |
tree | 2e4c06cfe4951012bb0e98a1d5d016cbe4f23998 /main/vsftpd/vsftpd-gnu-source.patch | |
parent | 5c686395698d3ef20197149249b173fa8a94af66 (diff) | |
download | aports-27bbcb6d3871985ad908bf302a50d0d75f90010c.tar.bz2 aports-27bbcb6d3871985ad908bf302a50d0d75f90010c.tar.xz |
main/vsftpd: fix to work with musl, and clean ups
Diffstat (limited to 'main/vsftpd/vsftpd-gnu-source.patch')
-rw-r--r-- | main/vsftpd/vsftpd-gnu-source.patch | 12 |
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" |