summaryrefslogtreecommitdiff
path: root/www/mod_jk/files/patch-common::jk_mt-h
diff options
context:
space:
mode:
authorPalle Girgensohn <girgen@FreeBSD.org>2007-10-22 13:18:22 +0000
committerPalle Girgensohn <girgen@FreeBSD.org>2007-10-22 13:18:22 +0000
commit7939388022652a1e2d1d3e90d30d5893ee39875f (patch)
tree3e2f8ffcb4a0e1d31173b20d7773e429142f7493 /www/mod_jk/files/patch-common::jk_mt-h
parentFix some style issues (files -> ${FILESDIR}, pkg-install -> ${PKGINSTALL}) (diff)
Update mod_jk to latest version. Thanks to brd@
Notes
Notes: svn path=/head/; revision=201758
Diffstat (limited to 'www/mod_jk/files/patch-common::jk_mt-h')
-rw-r--r--www/mod_jk/files/patch-common::jk_mt-h11
1 files changed, 0 insertions, 11 deletions
diff --git a/www/mod_jk/files/patch-common::jk_mt-h b/www/mod_jk/files/patch-common::jk_mt-h
deleted file mode 100644
index 97e3e17d6174..000000000000
--- a/www/mod_jk/files/patch-common::jk_mt-h
+++ /dev/null
@@ -1,11 +0,0 @@
---- common/jk_mt.h.orig Sat Apr 16 16:33:27 2005
-+++ common/jk_mt.h Sat Jul 23 02:30:22 2005
-@@ -36,7 +36,7 @@
- * All WIN32 code is MT, UNIX code that uses pthreads is marked by the POSIX
- * _REENTRANT define.
- */
--#if defined (WIN32) || defined(_REENTRANT) || (defined(NETWARE) && defined(__NOVELL_LIBC__))
-+#if defined (WIN32) || ( defined(FREEBSD_THREAD_HACK) && defined(_THREAD_SAFE) ) || (defined(NETWARE) && defined(__NOVELL_LIBC__))
- #ifdef JK_PREFORK
- #define _MT_CODE 0
- #else