diff options
Diffstat (limited to 'ftp/bftpd/files')
-rw-r--r-- | ftp/bftpd/files/patch-commands.c | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/ftp/bftpd/files/patch-commands.c b/ftp/bftpd/files/patch-commands.c deleted file mode 100644 index ae750c46d425..000000000000 --- a/ftp/bftpd/files/patch-commands.c +++ /dev/null @@ -1,27 +0,0 @@ ---- commands.c.orig 2011-05-20 14:39:41.000000000 -0300 -+++ commands.c 2011-05-20 14:40:45.000000000 -0300 -@@ -18,9 +18,6 @@ - #ifdef HAVE_SYS_SOCKET_H - #include <sys/socket.h> - #endif --#ifdef HAVE_ASM_SOCKET_H --#include <asm/socket.h> --#endif - #ifdef HAVE_NETINET_IN_H - #include <netinet/in.h> - #endif -@@ -35,12 +32,8 @@ - #endif - #include <fcntl.h> - #include <string.h> --#ifdef HAVE_WAIT_H --# include <wait.h> --#else --# ifdef HAVE_SYS_WAIT_H --# include <sys/wait.h> --# endif -+#ifdef HAVE_SYS_WAIT_H -+#include <sys/wait.h> - #endif - - #include "mystring.h" |