Yet another look at the apr_off_t problem
From: Tobias Ringström <tobias_at_ringstrom.mine.nu>
Date: 2004-01-24 01:51:11 CET
The only real problem is that the size of apr_off_t is variable
Greg Hudson proposed to make apr_off_t 64 bit, but the drawback of doing
Right now it is
typedef off_t apr_off_t;
but after such a change it should be something like
#if APR_HAS_32BIT_OFF_T
if autoconf finds out that off_t is 32 bit at the time when apr is
The advantage of doing this is that we can release Subversion right now
The drawback is of course that someone need to change apr, and I don't
Does this sound like a plan or what?
/Tobias, sleepless
---------------------------------------------------------------------
|
This is an archived mail posted to the Subversion Dev mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.