> I wrote: > > I'd suggest, given modern file sizes, that we bump it to 64 bits on all > > platforms. > > Oh, and off_t *is* 64 bits, at least on i386; pity most routines don't > use it: they use size_t.
off_t is used where it should be used. size_t is used where it should be used. You are showing inexperience.