use with userout or userin).
Changed (partially) calls to stat to be calls to __stat64 on windows64
(with corresponding change to stat buffer) since stat seems to have
recently changed to fail on files with sizes > 2^31-1. Changed call
at open, where it bit us, but didn't change all stat calls. Got too
tricky, so can change those as we discover problems...