aboutsummaryrefslogtreecommitdiff
path: root/www/cherokee-devel/files/patch-cherokee-util.h
diff options
context:
space:
mode:
Diffstat (limited to 'www/cherokee-devel/files/patch-cherokee-util.h')
-rw-r--r--www/cherokee-devel/files/patch-cherokee-util.h17
1 files changed, 0 insertions, 17 deletions
diff --git a/www/cherokee-devel/files/patch-cherokee-util.h b/www/cherokee-devel/files/patch-cherokee-util.h
deleted file mode 100644
index 180fecacac4e..000000000000
--- a/www/cherokee-devel/files/patch-cherokee-util.h
+++ /dev/null
@@ -1,17 +0,0 @@
---- 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>
-
-+#ifdef HAVE_SYS_TYPES_H
-+#include <sys/types.h>
-+#endif
-+
-+#ifdef HAVE_SYS_SOCKET_H
-+# include <sys/socket.h>
-+#endif
-+
- #ifdef HAVE_NETINET_IN_H
- # include <netinet/in.h>
- #endif