The original iperf website is offline, use the openwrt mirror instead
[openwrt/svn-archive/archive.git] / net / vsftpd / patches / 004-compile_fix.patch
1 Index: vsftpd-2.0.6/sysdeputil.c
2 ===================================================================
3 --- vsftpd-2.0.6.orig/sysdeputil.c 2008-04-13 11:41:08.000000000 +0200
4 +++ vsftpd-2.0.6/sysdeputil.c 2008-04-13 11:41:09.000000000 +0200
5 @@ -159,7 +159,6 @@
6 #include <linux/capability.h>
7 #include <errno.h>
8 #include <syscall.h>
9 -_syscall2(int, capset, cap_user_header_t, header, const cap_user_data_t, data)
10 /* Gross HACK to avoid warnings - linux headers overlap glibc headers */
11 #undef __NFDBITS
12 #undef __FDMASK