Support large files on 32bit systems
commit68fabd4daa75b6f7d7a91c9d2450b87aedf97f1e
authorAndreas Ericsson <ae@op5.se>
Mon, 5 Jul 2010 09:50:04 +0000 (5 11:50 +0200)
committerAndreas Ericsson <ae@op5.se>
Mon, 5 Jul 2010 09:50:04 +0000 (5 11:50 +0200)
tree2d26a6b373e7c40c953957023fa323f56822578b
parent3e3db59f9689187af2ce160e5d1945ec6db75a63
Support large files on 32bit systems

glibc uses the same size for int and off_t by default. In
order to support importing, showing and writing larger
logfiles than that without crashing, we force glibc to
use a 64-bit off_t.

Signed-off-by: Andreas Ericsson <ae@op5.se>
ndbneb.h