mirror of
https://git.freebsd.org/ports.git
synced 2025-07-11 22:39:16 -04:00
People who wants to use mod_jk with apache2 must use mod_jk-apache2 commit monthes ago. PR: 56661 Submitted by: Palle Girgensohn <girgen@pingpong.net> Approved by: previous maintainer Reviewed/updated by: clement
11 lines
345 B
Text
11 lines
345 B
Text
--- common/jk_mutex_thread.c~ Thu Jul 31 19:30:38 2003
|
|
+++ common/jk_mutex_thread.c Wed Sep 10 01:37:29 2003
|
|
@@ -159,7 +159,7 @@
|
|
}
|
|
|
|
|
|
-#elif defined( _REENTRANT )
|
|
+#elif defined( _THREAD_SAFE ) && defined( FREEBSD_THREAD_HACK )
|
|
/*-------------------- PThread - @deprecated, use APR if possible -------------------- */
|
|
|
|
#include <pthread.h>
|