Author: hgomez Date: Wed Apr 25 03:56:41 2007 New Revision: 532312 URL: http://svn.apache.org/viewvc?view=rev&rev=532312 Log: Define jk_stat
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=532312&r1=532311&r2=532312 ============================================================================== --- tomcat/connectors/trunk/jk/native/common/jk_util.h (original) +++ tomcat/connectors/trunk/jk/native/common/jk_util.h Wed Apr 25 03:56:41 2007 @@ -221,16 +221,11 @@ void jk_ebcdic2ascii(char *src, char *dst); /* i5/OS V5R4 need ASCII-EBCDIC conversion before stat() call */ -int jk_stat(const char *f, struct stat * statbuf); - -#else /* AS400_UTF8 */ - -#define jk_stat(a, b) stat(a, b) - #endif /* AS400_UTF8 */ #endif +int jk_stat(const char *f, struct stat * statbuf); #ifdef __cplusplus extern "C" --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]