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 22:46:42 UTC

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

Author: fuankg
Date: Wed Mar  3 21:46:42 2010
New Revision: 918711

URL: http://svn.apache.org/viewvc?rev=918711&view=rev
Log:
fixed comment.

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=918711&r1=918710&r2=918711&view=diff
==============================================================================
--- tomcat/jk/trunk/native/common/jk_mt.h (original)
+++ tomcat/jk/trunk/native/common/jk_mt.h Wed Mar  3 21:46:42 2010
@@ -73,7 +73,7 @@
 
 #if defined(AS400) || defined(NETWARE)
 #define jk_pthread_t   jk_uint32_t
-#endif /* AS400 */
+#endif /* AS400 || NETWARE */
 jk_pthread_t jk_gettid(void);
 #endif /* WIN32 */
 



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