You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by fu...@apache.org on 2010/03/03 20:06:17 UTC

svn commit: r918636 - /tomcat/jk/trunk/native/common/jk_mt.h

Author: fuankg
Date: Wed Mar  3 19:06:17 2010
New Revision: 918636

URL: http://svn.apache.org/viewvc?rev=918636&view=rev
Log:
Fixed broken NetWare build.

Modified:
    tomcat/jk/trunk/native/common/jk_mt.h

Modified: tomcat/jk/trunk/native/common/jk_mt.h
URL: http://svn.apache.org/viewvc/tomcat/jk/trunk/native/common/jk_mt.h?rev=918636&r1=918635&r2=918636&view=diff
==============================================================================
--- tomcat/jk/trunk/native/common/jk_mt.h (original)
+++ tomcat/jk/trunk/native/common/jk_mt.h Wed Mar  3 19:06:17 2010
@@ -71,7 +71,7 @@
 #define JK_LEAVE_CS(x, rc)\
             if(pthread_mutex_unlock(x))     rc = JK_FALSE; else rc = JK_TRUE
 
-#ifdef AS400
+#if defined(AS400) || defined(NETWARE)
 #define jk_pthread_t   jk_uint32_t
 #endif /* AS400 */
 jk_pthread_t jk_gettid(void);



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org