You are viewing a plain text version of this content. The canonical link for it is here.
Posted to axis-cvs@ws.apache.org by di...@apache.org on 2008/02/01 12:16:15 UTC

svn commit: r617475 - in /webservices/axis2/trunk/c: dist.sh guththila/src/guththila_token.c

Author: dinesh
Date: Fri Feb  1 03:16:07 2008
New Revision: 617475

URL: http://svn.apache.org/viewvc?rev=617475&view=rev
Log:
fixed build break with guththila 

Modified:
    webservices/axis2/trunk/c/dist.sh
    webservices/axis2/trunk/c/guththila/src/guththila_token.c

Modified: webservices/axis2/trunk/c/dist.sh
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/dist.sh?rev=617475&r1=617474&r2=617475&view=diff
==============================================================================
--- webservices/axis2/trunk/c/dist.sh (original)
+++ webservices/axis2/trunk/c/dist.sh Fri Feb  1 03:16:07 2008
@@ -7,14 +7,14 @@
 cd ../..
 cp -r xdocs/api/html target/docs/api/
 cp xdocs/docs/mod_log/module.xml target/docs/docs/mod_log
-cp -r target/docs axis2c-src-1.2.1
+cp -r target/docs axis2c-src-1.3.0
 
 cd samples   
 make dist   
-tar -xf axis2c-src-1.2.1.tar.gz     
-mv  axis2c-src-1.2.1 ../axis2c-src-1.2.1    
-cd ../axis2c-src-1.2.1      
-mv axis2c-src-1.2.1 samples
+tar -xf axis2c-src-1.3.0.tar.gz     
+mv  axis2c-src-1.3.0 ../axis2c-src-1.3.0    
+cd ../axis2c-src-1.3.0      
+mv axis2c-src-1.3.0 samples
 
 for i in `find . -name "*.la"`
 do

Modified: webservices/axis2/trunk/c/guththila/src/guththila_token.c
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/guththila/src/guththila_token.c?rev=617475&r1=617474&r2=617475&view=diff
==============================================================================
--- webservices/axis2/trunk/c/guththila/src/guththila_token.c (original)
+++ webservices/axis2/trunk/c/guththila/src/guththila_token.c Fri Feb  1 03:16:07 2008
@@ -1,4 +1,3 @@
-
 /*
  * Licensed to the Apache Software Foundation (ASF) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
@@ -19,6 +18,7 @@
     
 #include <stdlib.h>
 #include <stdio.h>
+#include <string.h>
     
 #define TOK_LIST_FREE(tok_list) \
     (if (tok_list) { AXIS2_FREE(tok_list)} )



---------------------------------------------------------------------
To unsubscribe, e-mail: axis-cvs-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-cvs-help@ws.apache.org