diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2009-07-08 14:12:36 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2009-07-08 14:12:36 +0000 |
commit | 69f5f6819ebf929abaf648f2e83d5c1266e62bf6 (patch) | |
tree | 4588193fa865521d15270e61478d5ea872992b23 /www/cherokee/files/patch-cherokee-util.h | |
parent | Update to 1.5.3 (diff) |
- Update to 0.99.20
PR: ports/136036
Submitted by: Jaime Bozza <jbozza@mindsites.com>
Notes
Notes:
svn path=/head/; revision=237428
Diffstat (limited to 'www/cherokee/files/patch-cherokee-util.h')
-rw-r--r-- | www/cherokee/files/patch-cherokee-util.h | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/www/cherokee/files/patch-cherokee-util.h b/www/cherokee/files/patch-cherokee-util.h deleted file mode 100644 index 6a3ea92b1589..000000000000 --- a/www/cherokee/files/patch-cherokee-util.h +++ /dev/null @@ -1,17 +0,0 @@ ---- cherokee/util.h.orig Wed Sep 13 22:13:07 2006 -+++ cherokee/util.h Wed Sep 13 22:15:20 2006 -@@ -31,6 +31,14 @@ - - #include <cherokee/common.h> - -+#ifdef HAVE_SYS_TYPES_H -+#include <sys/types.h> -+#endif -+ -+#ifdef HAVE_SYS_SOCKET_H -+# include <sys/socket.h> -+#endif -+ - #include <time.h> - #include <dirent.h> - |