You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by da...@apache.org on 2006/02/03 11:02:38 UTC

svn commit: r374629 - /webservices/axis2/trunk/c/modules/platforms/unix/axis2_unix.h

Author: damitha
Date: Fri Feb  3 02:02:33 2006
New Revision: 374629

URL: http://svn.apache.org/viewcvs?rev=374629&view=rev
Log:
svnprintf is masked

Modified:
    webservices/axis2/trunk/c/modules/platforms/unix/axis2_unix.h

Modified: webservices/axis2/trunk/c/modules/platforms/unix/axis2_unix.h
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/c/modules/platforms/unix/axis2_unix.h?rev=374629&r1=374628&r2=374629&view=diff
==============================================================================
--- webservices/axis2/trunk/c/modules/platforms/unix/axis2_unix.h (original)
+++ webservices/axis2/trunk/c/modules/platforms/unix/axis2_unix.h Fri Feb  3 02:02:33 2006
@@ -221,6 +221,12 @@
 #define AXIS2_CLOSE_SOCKET_ON_EXIT(sock)    fcntl(sock,F_SETFD, FD_CLOEXEC);
 #define axis2_socket_len_t                  socklen_t
 
+
+/**
+  * handling variable number of arguments (for log.c)
+  */
+#define AXIS2_VSNPRINTF     	vsnprintf
+
 /** @} */
 #ifdef __cplusplus
 }