summaryrefslogtreecommitdiff
path: root/www/cherokee-devel/files/patch-cherokee-socket.h
diff options
context:
space:
mode:
Diffstat (limited to 'www/cherokee-devel/files/patch-cherokee-socket.h')
-rw-r--r--www/cherokee-devel/files/patch-cherokee-socket.h19
1 files changed, 0 insertions, 19 deletions
diff --git a/www/cherokee-devel/files/patch-cherokee-socket.h b/www/cherokee-devel/files/patch-cherokee-socket.h
deleted file mode 100644
index 1d3eb1b24ad0..000000000000
--- a/www/cherokee-devel/files/patch-cherokee-socket.h
+++ /dev/null
@@ -1,19 +0,0 @@
---- cherokee/socket.h.orig Sun Mar 6 08:09:33 2005
-+++ cherokee/socket.h Fri Apr 1 13:09:44 2005
-@@ -45,12 +45,12 @@
- # include <sys/socket.h>
- #endif
-
--#ifdef HAVE_ARPA_INET_H
--# include <arpa/inet.h>
--#endif
--
- #ifdef HAVE_NETINET_IN_H
- # include <netinet/in.h>
-+#endif
-+
-+#ifdef HAVE_ARPA_INET_H
-+# include <arpa/inet.h>
- #endif
-
- #if defined(HAVE_GNUTLS)