[BusyBox] Problems with httpd !

Philip Blundell pb at nexus.co.uk
Wed Aug 13 08:55:51 UTC 2003


On Wed, 2003-08-13 at 09:31, Steven Scholz wrote:
> Without LARGE_FILE_SUPPORT evertyhing is fine!!!
> Apparently off_t is different then!

Yes; LARGE_FILE_SUPPORT will probably cause off_t to grow from 32 bits
to 64 bits.  If you try to print it with %ld you will get only the first
32 bits of the value.  On powerpc, these would be the most significant
bits, which are probably all zero.

p.




More information about the busybox mailing list