summaryrefslogtreecommitdiff
path: root/www/cherokee-devel/files/patch-cherokee-util.h
diff options
context:
space:
mode:
authorTilman Keskinoz <arved@FreeBSD.org>2005-09-28 17:04:05 +0000
committerTilman Keskinoz <arved@FreeBSD.org>2005-09-28 17:04:05 +0000
commit411ee9fc450e20dcbf3c57c6bd41a2289e8d4b16 (patch)
treeda080be74aaeae7a5f136c2bbf78c66a9bf4aedd /www/cherokee-devel/files/patch-cherokee-util.h
parentNew rubrica homepage (diff)
Update to 0.4.26
PR: 86681 Submitted by: KATO Tsuguru <tkato432@yahoo.com>
Notes
Notes: svn path=/head/; revision=143715
Diffstat (limited to 'www/cherokee-devel/files/patch-cherokee-util.h')
-rw-r--r--www/cherokee-devel/files/patch-cherokee-util.h28
1 files changed, 16 insertions, 12 deletions
diff --git a/www/cherokee-devel/files/patch-cherokee-util.h b/www/cherokee-devel/files/patch-cherokee-util.h
index 2d395ea092ed..8e00b01d9b90 100644
--- a/www/cherokee-devel/files/patch-cherokee-util.h
+++ b/www/cherokee-devel/files/patch-cherokee-util.h
@@ -1,10 +1,11 @@
---- cherokee/util.h.orig Mon Aug 1 21:47:22 2005
-+++ cherokee/util.h Thu Aug 4 21:05:15 2005
-@@ -33,7 +33,19 @@
- #include <cherokee/buffer.h>
- #include <time.h>
- #include <dirent.h>
--#include <netinet/in.h>
+--- cherokee/util.h.orig Tue Sep 20 01:44:20 2005
++++ cherokee/util.h Tue Sep 20 11:56:57 2005
+@@ -30,13 +30,21 @@
+ #define CHEROKEE_UTIL_H
+
+ #include <cherokee/common.h>
++#include <time.h>
++#include <dirent.h>
+#include <sys/types.h>
+
+#ifdef HAVE_SYS_SOCKET_H
@@ -14,10 +15,13 @@
+#ifdef HAVE_ARPA_INET_H
+# include <arpa/inet.h>
+#endif
-+
-+#ifdef HAVE_NETINET_IN_H
-+# include <netinet/in.h>
-+#endif
+ #ifdef HAVE_NETINET_IN_H
+ # include <netinet/in.h>
+ #endif
+-
+-#include <time.h>
+-#include <dirent.h>
+
+ #include <cherokee/buffer.h>
- CHEROKEE_BEGIN_DECLS