Re: svn commit: r532307 - /tomcat/connectors/trunk/jk/native/common/jk_util.c

2007-04-25 Thread Henri Gomez
Fixed, thanks 2007/4/25, Guenter Knauf <[EMAIL PROTECTED]>: Hi, > Well jk_stat was defined as stat in jk_util.h > #define jk_stat(a, b) stat(a, b) > but at the bad location ;( sorry, just realized that and was going to revert the change and change *.h instead... do you fix, or should I? --

Re: svn commit: r532307 - /tomcat/connectors/trunk/jk/native/common/jk_util.c

2007-04-25 Thread Guenter Knauf
Hi, > Well jk_stat was defined as stat in jk_util.h > #define jk_stat(a, b) stat(a, b) > but at the bad location ;( sorry, just realized that and was going to revert the change and change *.h instead... do you fix, or should I? -

Re: svn commit: r532307 - /tomcat/connectors/trunk/jk/native/common/jk_util.c

2007-04-25 Thread Henri Gomez
Well jk_stat was defined as stat in jk_util.h #define jk_stat(a, b) stat(a, b) but at the bad location ;( 2007/4/25, [EMAIL PROTECTED] <[EMAIL PROTECTED]>: Author: fuankg Date: Wed Apr 25 03:43:56 2007 New Revision: 532307 URL: http://svn.apache.org/viewvc?view=rev&rev=532307 Log: make jk_s