K 10 svn:author V 3 des K 8 svn:date V 27 2004-02-18T21:37:36.000000Z K 7 svn:log V 298 Fix printf() format bug in previous commit (size_t != int). Use %ju and an (uintmax_t) cast to print size_t values. Use %jd and an (intmax_t) cast to print off_t values. Use off_t variables to hold the difference between two off_t values. Don't bother with unsigned char where char will do nicely. END