Author: samisa
Date: Sun May 14 07:09:56 2006
New Revision: 406331
URL: http://svn.apache.org/viewcvs?rev=406331&view=rev
Log:
Fixed windows build break and also the release version in configure.in file
Modified:
webservices/axis2/trunk/c/build/win32/configure.in
webservices/axis2/trunk/c/modules/util/dir_handler.c
Modified: webservices/axis2/trunk/c/build/win32/configure.in
URL:
http://svn.apache.org/viewcvs/webservices/axis2/trunk/c/build/win32/configure.in?rev=406331&r1=406330&r2=406331&view=diff
==============================================================================
--- webservices/axis2/trunk/c/build/win32/configure.in (original)
+++ webservices/axis2/trunk/c/build/win32/configure.in Sun May 14 07:09:56 2006
@@ -1,4 +1,4 @@
LIBXML2_INSTALL_DIR = E:\libxml2-2.6.23.win32
ICONV_INSTALL_DIR = E:\iconv-1.9.1.win32
APACHE_INSTALL_DIR = E:\Apache2
-RELEASE_VER = 0.90
+RELEASE_VER = 0.91
Modified: webservices/axis2/trunk/c/modules/util/dir_handler.c
URL:
http://svn.apache.org/viewcvs/webservices/axis2/trunk/c/modules/util/dir_handler.c?rev=406331&r1=406330&r2=406331&view=diff
==============================================================================
--- webservices/axis2/trunk/c/modules/util/dir_handler.c (original)
+++ webservices/axis2/trunk/c/modules/util/dir_handler.c Sun May 14 07:09:56
2006
@@ -379,8 +379,6 @@
if (-1 == stat (entry->d_name, &stat_p))
return (AXIS2_FALSE);
- axis2_char_t *rindex(const axis2_char_t *s, int c);
-
if ((entry->d_name[0] == '.') || (!S_ISDIR(stat_p.st_mode)))
{
return (AXIS2_FALSE);