On Tue, Nov 20, 2001 at 02:25:58PM +0000, Miquel van Smoorenburg wrote: > Provided you compile with -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64
And provided that the source code *always* uses off_t properly, and never tries to go from off_t to int. There's a *lot* of bad code out there, and it can break horribly and mysteriously when you try to force 64 bit file support. -- Mike Stone