You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apr.apache.org by ji...@apache.org on 2011/01/17 18:02:38 UTC

svn commit: r1059989 - in /apr/apr/branches/1.4.x: configure.in include/apr.h.in

Author: jim
Date: Mon Jan 17 17:02:37 2011
New Revision: 1059989

URL: http://svn.apache.org/viewvc?rev=1059989&view=rev
Log:
Update for Darwin - use previously updated FMT

Modified:
    apr/apr/branches/1.4.x/configure.in
    apr/apr/branches/1.4.x/include/apr.h.in

Modified: apr/apr/branches/1.4.x/configure.in
URL: http://svn.apache.org/viewvc/apr/apr/branches/1.4.x/configure.in?rev=1059989&r1=1059988&r2=1059989&view=diff
==============================================================================
--- apr/apr/branches/1.4.x/configure.in (original)
+++ apr/apr/branches/1.4.x/configure.in Mon Jan 17 17:02:37 2011
@@ -83,12 +83,6 @@ AH_BOTTOM([
  #define SIZEOF_STRUCT_IOVEC 8
 #endif
 
-/*
- * ./i386/_types.h:typedef long long __int64_t;
- * ./sys/_types.h:typedef __int64_t	__darwin_off_t;
- * ./sys/types.h:typedef __darwin_off_t		off_t;
- * So off_t is always long long
- */
 #undef APR_OFF_T_STRFN
 #define APR_OFF_T_STRFN APR_INT64_STRFN
  

Modified: apr/apr/branches/1.4.x/include/apr.h.in
URL: http://svn.apache.org/viewvc/apr/apr/branches/1.4.x/include/apr.h.in?rev=1059989&r1=1059988&r2=1059989&view=diff
==============================================================================
--- apr/apr/branches/1.4.x/include/apr.h.in (original)
+++ apr/apr/branches/1.4.x/include/apr.h.in Mon Jan 17 17:02:37 2011
@@ -529,14 +529,8 @@ typedef  apr_uint32_t            apr_uin
  #define APR_IS_BIGENDIAN	0
 #endif
 
-/*
- * ./i386/_types.h:typedef long long __int64_t;
- * ./sys/_types.h:typedef __int64_t	__darwin_off_t;
- * ./sys/types.h:typedef __darwin_off_t		off_t;
- * So off_t is always long long
- */
 #undef APR_OFF_T_FMT
-#define APR_OFF_T_FMT "lld"
+#define APR_OFF_T_FMT APR_INT64_T_FMT
 
 #endif /* DARWIN_10 */