summaryrefslogtreecommitdiff
path: root/package/vsftpd/vsftpd-2.0.7-uclibc.patch
diff options
context:
space:
mode:
authorPeter Korsgaard <jacmet@sunsite.dk>2010-09-27 17:55:18 +0200
committerPeter Korsgaard <jacmet@sunsite.dk>2010-09-27 17:55:18 +0200
commited6bdad8a6181d9d128252f1c7a6cb2cce81ab03 (patch)
tree8884dd2d25cbb33d802526265594b280fda68cbc /package/vsftpd/vsftpd-2.0.7-uclibc.patch
parenta0b6710b88e7423a8f76a4b35a4a34fc55f3dead (diff)
vsftpd: convert to gentargets, bump version and fix build
vsftpd didn't build, and wasn't using the gentargets infrastructure. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package/vsftpd/vsftpd-2.0.7-uclibc.patch')
-rw-r--r--package/vsftpd/vsftpd-2.0.7-uclibc.patch15
1 files changed, 0 insertions, 15 deletions
diff --git a/package/vsftpd/vsftpd-2.0.7-uclibc.patch b/package/vsftpd/vsftpd-2.0.7-uclibc.patch
deleted file mode 100644
index 43b6ccc26..000000000
--- a/package/vsftpd/vsftpd-2.0.7-uclibc.patch
+++ /dev/null
@@ -1,15 +0,0 @@
---- vsftpd-2.0.5/sysdeputil.c.orig 2008-10-06 15:24:42.000000000 -0600
-+++ vsftpd-2.0.5/sysdeputil.c 2008-10-06 15:35:35.000000000 -0600
-@@ -159,7 +159,12 @@
- #include <linux/capability.h>
- #include <errno.h>
- #include <syscall.h>
-+/* try to handle kernel header versions correctly (2.4 and >= 2.6.18) */
-+#ifndef capset
-+#define capset(head,data) syscall(__NR_capset,head,data)
-+#else
- _syscall2(int, capset, cap_user_header_t, header, const cap_user_data_t, data)
-+#endif /* capset */
- /* Gross HACK to avoid warnings - linux headers overlap glibc headers */
- #undef __NFDBITS
- #undef __FDMASK