]> git.pld-linux.org Git - packages/vsftpd.git/commitdiff
- fix build
authorKarol Krenski <charles@pld-linux.org>
Fri, 29 May 2009 01:33:05 +0000 (01:33 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    vsftpd-include.patch -> 1.1

vsftpd-include.patch [new file with mode: 0644]

diff --git a/vsftpd-include.patch b/vsftpd-include.patch
new file mode 100644 (file)
index 0000000..d58905f
--- /dev/null
@@ -0,0 +1,14 @@
+--- vsftpd-2.1.1/sysdeputil.c.orig     2009-05-27 07:48:24.000000000 +0200
++++ vsftpd-2.1.1/sysdeputil.c  2009-05-29 03:07:39.000000000 +0200
+@@ -186,6 +186,11 @@
+ #undef __FDMASK
+ #endif /* VSF_SYSDEP_HAVE_CAPABILITIES */
++#ifdef VSF_SYSDEP_HAVE_LINUX_CLONE
++#include <linux/unistd.h>
++#include <errno.h>
++#endif
++
+ #if defined(VSF_SYSDEP_HAVE_LINUX_SENDFILE) || \
+     defined(VSF_SYSDEP_HAVE_SOLARIS_SENDFILE)
+ #include <sys/sendfile.h>
This page took 0.076969 seconds and 4 git commands to generate.