mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-11 02:50:24 +00:00
b719a5a005
Submitted by: Jean-Baptiste Quenot <jb.quenot@caraldi.com>
12 lines
344 B
Plaintext
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)
|