]> Zhao Yanbai Git Server - minix.git/commit
gzip: fix warning messages with off_t
authorAntoine Leca <Antoine.Leca.1@gmail.com>
Mon, 7 Jan 2013 11:07:29 +0000 (11:07 +0000)
committerBen Gras <ben@minix3.org>
Tue, 8 Jan 2013 15:59:10 +0000 (15:59 +0000)
commit715aecd7e88561e86b5fa7cfa540ae0ec0d68c77
tree56e26dcd260ee72e3e074d20561db8fe1fb1039d
parent017ce5a50384e94cc1d0029dc2aa2c26827fa7a6
gzip: fix warning messages with off_t

NetBSD assumes off_t is 64-bit, but on MINIX it is still 32-bit.
So cast the calls to use big_off_t, as stat(2) uses.
Only used in warning messages, was not a real production bug.
usr.bin/gzip/gzip.c