diff options
Diffstat (limited to 'ftp/proftpd/files/patch-configure')
-rw-r--r-- | ftp/proftpd/files/patch-configure | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/ftp/proftpd/files/patch-configure b/ftp/proftpd/files/patch-configure index cac88f2bf706..1f7399541f8d 100644 --- a/ftp/proftpd/files/patch-configure +++ b/ftp/proftpd/files/patch-configure @@ -1,12 +1,11 @@ --- ./configure.orig Fri Mar 14 18:19:10 2003 +++ ./configure Fri Mar 14 18:19:25 2003 @@ -11202,8 +11202,8 @@ - #if HAVE_NETDB_H - #include <netdb.h> - #endif --#include <sys/socket.h> - #include <sys/types.h> -+#include <sys/socket.h> + #if HAVE_NETDB_H + #include <netdb.h> + #endif +- #include <sys/socket.h> + #include <sys/types.h> ++ #include <sys/socket.h> int - main () |