You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apr.apache.org by fu...@apache.org on 2010/08/04 04:24:49 UTC

svn commit: r982100 - in /apr/apr/trunk/include: apr.hnw arch/netware/apr_private.h

Author: fuankg
Date: Wed Aug  4 02:24:49 2010
New Revision: 982100

URL: http://svn.apache.org/viewvc?rev=982100&view=rev
Log:
Fixed two other NetWare compiler warnings.

Modified:
    apr/apr/trunk/include/apr.hnw
    apr/apr/trunk/include/arch/netware/apr_private.h

Modified: apr/apr/trunk/include/apr.hnw
URL: http://svn.apache.org/viewvc/apr/apr/trunk/include/apr.hnw?rev=982100&r1=982099&r2=982100&view=diff
==============================================================================
--- apr/apr/trunk/include/apr.hnw (original)
+++ apr/apr/trunk/include/apr.hnw Wed Aug  4 02:24:49 2010
@@ -114,7 +114,7 @@ extern "C" {
 #ifdef USE_WINSOCK
 #define APR_HAVE_SYS_SOCKET_H           0
 #define APR_HAVE_SYS_SOCKIO_H           0
-#define APR_HAVE_SYS_TIME_H             0
+#define APR_HAVE_SYS_TIME_H             1
 #define APR_HAVE_SYS_UN_H               0
 #else
 #define APR_HAVE_SYS_SOCKET_H           1

Modified: apr/apr/trunk/include/arch/netware/apr_private.h
URL: http://svn.apache.org/viewvc/apr/apr/trunk/include/arch/netware/apr_private.h?rev=982100&r1=982099&r2=982100&view=diff
==============================================================================
--- apr/apr/trunk/include/arch/netware/apr_private.h (original)
+++ apr/apr/trunk/include/arch/netware/apr_private.h Wed Aug  4 02:24:49 2010
@@ -163,6 +163,7 @@ void* getStatCache();
     and can be shared by the library. */
 #undef malloc
 #define malloc(x) library_malloc(gLibHandle,x)
+#define _alloca alloca
 
 #if APR_HAS_LARGE_FILES
 #define APR_OFF_T_STRFN       strtoll