bnicholes 2003/10/17 13:23:38
Modified: include apr.hnw Log: Enable large file support for NetWare Revision Changes Path 1.38 +2 -2 apr/include/apr.hnw Index: apr.hnw =================================================================== RCS file: /home/cvs/apr/include/apr.hnw,v retrieving revision 1.37 retrieving revision 1.38 diff -u -r1.37 -r1.38 --- apr.hnw 14 Oct 2003 23:47:29 -0000 1.37 +++ apr.hnw 17 Oct 2003 20:23:38 -0000 1.38 @@ -227,7 +227,7 @@ #define APR_HAS_UNICODE_FS 0 #define APR_HAS_PROC_INVOKED 0 #define APR_HAS_USER 1 -#define APR_HAS_LARGE_FILES 0 +#define APR_HAS_LARGE_FILES 1 #define APR_HAS_XTHREAD_FILES 0 #define APR_HAS_OS_UUID 0 @@ -262,7 +262,7 @@ typedef size_t apr_size_t; typedef ssize_t apr_ssize_t; -typedef off_t apr_off_t; +typedef off64_t apr_off_t; typedef int apr_socklen_t; #ifdef UNKNOWN_NETWARE_64BIT_FLAG_NEEDED
