Steve Woodford <scw@netbsd.org> writes: > Having said that, since <sys/types.h> hard-codes quad_t as int64_t, I > guess I could just s/int/int32_t/g in the quad routines, and let someone > else deal with the fallout should sizeof quad_t change. I think that's the way to go. - Klaus