1
0
Fork 0
mirror of https://git.freebsd.org/ports.git synced 2025-07-11 22:39:16 -04:00
ports/www/mod_jk2/files/patch-common::jk_mutex_thread_c
Clement Laforet 396e6c634d - mod_jk2 is now mod_jk 2.x branch.
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
2004-04-18 10:33:14 +00:00

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>