aboutsummaryrefslogtreecommitdiff
path: root/ftp/proftpd-devel/files/patch-configure
diff options
context:
space:
mode:
Diffstat (limited to 'ftp/proftpd-devel/files/patch-configure')
-rw-r--r--ftp/proftpd-devel/files/patch-configure13
1 files changed, 6 insertions, 7 deletions
diff --git a/ftp/proftpd-devel/files/patch-configure b/ftp/proftpd-devel/files/patch-configure
index cac88f2bf706..1f7399541f8d 100644
--- a/ftp/proftpd-devel/files/patch-configure
+++ b/ftp/proftpd-devel/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 ()