summaryrefslogtreecommitdiff
path: root/packages/vsftpd/vsftpd-2.0.5/syscall.patch
diff options
context:
space:
mode:
authorMatthias Hentges <oe@hentges.net>2007-05-24 17:06:27 +0000
committerMatthias Hentges <oe@hentges.net>2007-05-24 17:06:27 +0000
commit52ad68d8311927e27b51d88a57aaa98ee79dbf93 (patch)
treeae451c9838c4caa5a6a39eabe9ce1dc4b4accffa /packages/vsftpd/vsftpd-2.0.5/syscall.patch
parent34dde4e4767cc985e246b24f5c4e2eb5934f3b4c (diff)
parent4b354150f6b88b8507f1fab1bc6df48103f84b10 (diff)
merge of '2e1d9e05c5b3d9382dab5905a71f66a069c6915d'
and '6f3630e0c94aef5b64cc3ea808814c67c4fb0fd1'
Diffstat (limited to 'packages/vsftpd/vsftpd-2.0.5/syscall.patch')
-rw-r--r--packages/vsftpd/vsftpd-2.0.5/syscall.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/packages/vsftpd/vsftpd-2.0.5/syscall.patch b/packages/vsftpd/vsftpd-2.0.5/syscall.patch
new file mode 100644
index 0000000000..b91cd5392b
--- /dev/null
+++ b/packages/vsftpd/vsftpd-2.0.5/syscall.patch
@@ -0,0 +1,12 @@
+Index: vsftpd-2.0.5/sysdeputil.c
+===================================================================
+--- vsftpd-2.0.5.orig/sysdeputil.c 2007-05-20 21:20:01.000000000 +0200
++++ vsftpd-2.0.5/sysdeputil.c 2007-05-20 21:20:28.000000000 +0200
+@@ -159,7 +159,6 @@
+ #include <linux/capability.h>
+ #include <errno.h>
+ #include <syscall.h>
+-_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