K 10 svn:author V 3 bde K 8 svn:date V 27 1997-12-12T17:58:31.000000Z K 7 svn:log V 226 MF22 (oops, I committed it to the wrong tree yesterday). Changed lots of %ld's in format strings back to %d. %ld was right when daddr_t was long, but Lite2 changed daddr_t to int32_t which is implemented as `int' on i386's. END