K 10 svn:author V 3 pjd K 8 svn:date V 27 2005-10-26T19:44:17.000000Z K 7 svn:log V 170 Change u_int64_t to uintmax_t and use %ju, so it compiles on 64bit archs. I changed every u_int64_t to uintmax_t, as we should use eventually uint64_t anyway those days. END