From 27b1c5525e475304509f46908ad61b3f4b228b15 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Fri, 2 Mar 2007 16:58:47 +0000 Subject: [PATCH] fix vsftpd compile error (#1409) SVN-Revision: 6461 --- net/vsftpd/patches/04-compile_fix.patch | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 net/vsftpd/patches/04-compile_fix.patch diff --git a/net/vsftpd/patches/04-compile_fix.patch b/net/vsftpd/patches/04-compile_fix.patch new file mode 100644 index 0000000000..8f5e2654d6 --- /dev/null +++ b/net/vsftpd/patches/04-compile_fix.patch @@ -0,0 +1,12 @@ +diff -ur vsftpd.old/sysdeputil.c vsftpd.dev/sysdeputil.c +--- vsftpd.old/sysdeputil.c 2005-05-24 00:34:23.000000000 +0200 ++++ vsftpd.dev/sysdeputil.c 2007-03-02 17:50:30.969786936 +0100 +@@ -159,7 +159,6 @@ + #include + #include + #include +-_syscall2(int, capset, cap_user_header_t, header, const cap_user_data_t, data) + /* Gross HACK to avoid warnings - linux headers overlap glibc headers */ + #undef __NFDBITS + #undef __FDMASK +Only in vsftpd.old: vsftpd-2.0.4 -- 2.30.2