diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2006-12-15 08:17:42 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2006-12-15 08:17:42 +0000 |
commit | e074896f3a1d1f36bce8037505906fbbce2740c3 (patch) | |
tree | 997059401be010bc79175cc2fbbeaf1269e6f69c /www/cherokee/files/patch-cherokee-socket.h | |
parent | - Update to 20061214 (diff) |
- Update to 0.5.6
PR: ports/106731
Submitted by: Beech Rintoul <beech@alaskaparadise.com> (maintainer)
Notes
Notes:
svn path=/head/; revision=179834
Diffstat (limited to 'www/cherokee/files/patch-cherokee-socket.h')
-rw-r--r-- | www/cherokee/files/patch-cherokee-socket.h | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/www/cherokee/files/patch-cherokee-socket.h b/www/cherokee/files/patch-cherokee-socket.h deleted file mode 100644 index 1d3eb1b24ad0..000000000000 --- a/www/cherokee/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) |