At 05:10 PM 2/28/2003, Joe Orton wrote: >Yeah, something like that is possible: if you build with >-D_LARGEFILE_SOURCE you get the "transitional" LFS API which gives you >open64 (aka passing O_LARGEFILE to open) and lseek64 and things like >that which work on a new off64_t type, without changing the size of >off_t.
Ewww... yet another nice reason for never trusting off_t and only relying on our apr_off_t :-) Bill