1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-11 02:50:24 +00:00
freebsd-ports/www/resin2/files/patch-apache2
Ernst de Haan b719a5a005 New port: Resin 2.
Submitted by:	Jean-Baptiste Quenot <jb.quenot@caraldi.com>
2003-10-01 11:20:42 +00:00

12 lines
344 B
Plaintext

--- 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)