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-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to