K 10 svn:author V 3 bde K 8 svn:date V 27 1997-12-11T09:17:20.000000Z K 7 svn:log V 168 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