K 10 svn:author V 3 tjr K 8 svn:date V 27 2002-10-06T03:20:27.000000Z K 7 svn:log V 282 Fix format string errors relating mainly to the use of %qu to print off_t's. Instead use %ju and cast the argument. WFORMAT=0 is still required in the Makefile because gcc warns about some strftime() calls (I don't think this behaviour is useful.) Tested on: sparc64, alpha, i386 END