diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2005-10-21 19:49:10 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2005-10-21 19:49:10 +0000 |
commit | ddb81282e78701da03d0e20805390422967a6884 (patch) | |
tree | 6bd0f7b9f3590fbd8de809541e461c4e6fa3f5f1 /www/cherokee/files/patch-cherokee-util.h | |
parent | Remove sparc64 from supported arch list; afaik this port has never (diff) |
- Update to 0.4.27
PR: ports/87744
Submitted by: KATO Tsuguru <tkato432@yahoo.com>
Notes
Notes:
svn path=/head/; revision=146060
Diffstat (limited to 'www/cherokee/files/patch-cherokee-util.h')
-rw-r--r-- | www/cherokee/files/patch-cherokee-util.h | 22 |
1 files changed, 6 insertions, 16 deletions
diff --git a/www/cherokee/files/patch-cherokee-util.h b/www/cherokee/files/patch-cherokee-util.h index 8e00b01d9b90..180fecacac4e 100644 --- a/www/cherokee/files/patch-cherokee-util.h +++ b/www/cherokee/files/patch-cherokee-util.h @@ -1,27 +1,17 @@ ---- 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 +--- cherokee/util.h.orig Sat Oct 15 19:31:05 2005 ++++ cherokee/util.h Thu Oct 20 00:59:40 2005 +@@ -31,6 +31,14 @@ #include <cherokee/common.h> -+#include <time.h> -+#include <dirent.h> + ++#ifdef HAVE_SYS_TYPES_H +#include <sys/types.h> ++#endif + +#ifdef HAVE_SYS_SOCKET_H +# 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 -- --#include <time.h> --#include <dirent.h> - - #include <cherokee/buffer.h> - |