--- src/usr.bin/gzip/gzip.c 2004/10/26 11:19:31 1.1 +++ src/usr.bin/gzip/gzip.c 2004/10/27 16:31:06 1.2 @@ -64,6 +64,10 @@ #define PRIdOFF PRId64 #endif +#ifndef PRIdOFF +#define PRId64 "lld" +#endif + /* what type of file are we dealing with */ enum filetype { FT_GZIP,