Author: hgomez
Date: Wed Apr 25 05:36:05 2007
New Revision: 532342

URL: http://svn.apache.org/viewvc?view=rev&rev=532342
Log:
Comment about jk_map

Modified:
    tomcat/connectors/trunk/jk/native/common/jk_util.h

Modified: tomcat/connectors/trunk/jk/native/common/jk_util.h
URL: 
http://svn.apache.org/viewvc/tomcat/connectors/trunk/jk/native/common/jk_util.h?view=diff&rev=532342&r1=532341&r2=532342
==============================================================================
--- tomcat/connectors/trunk/jk/native/common/jk_util.h (original)
+++ tomcat/connectors/trunk/jk/native/common/jk_util.h Wed Apr 25 05:36:05 2007
@@ -220,10 +220,12 @@
 void jk_ascii2ebcdic(char *src, char *dst);
 void jk_ebcdic2ascii(char *src, char *dst);
 
-/* i5/OS V5R4 need ASCII-EBCDIC conversion before stat() call */
 #endif /* AS400_UTF8 */
 
 #endif
+
+/* i5/OS V5R4 need ASCII-EBCDIC conversion before stat() call */
+/* added a stat() mapper function, jk_map, for such purpose */
 
 int jk_stat(const char *f, struct stat * statbuf);
 



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to