diff options
Diffstat (limited to 'www/resin3/files/patch-apache2')
-rw-r--r-- | www/resin3/files/patch-apache2 | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/www/resin3/files/patch-apache2 b/www/resin3/files/patch-apache2 deleted file mode 100644 index 2130da28e974..000000000000 --- a/www/resin3/files/patch-apache2 +++ /dev/null @@ -1,11 +0,0 @@ ---- src/c/plugin/apache2/mod_caucho.c.orig Tue Apr 15 23:28:46 2003 -+++ src/c/plugin/apache2/mod_caucho.c Fri Jun 6 01:37:29 2003 -@@ -52,7 +52,7 @@ - #include "cse.h" - #include "version.h" - --#ifndef APR_HAS_THREADS -+#if !APR_HAS_THREADS - #define apr_thread_mutex_t int - #define apr_thread_mutex_create(a,b,c) - #define apr_thread_mutex_lock(a) |