diff options
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> - |