K 10 svn:author V 3 dim K 8 svn:date V 27 2011-12-19T18:08:31.351348Z K 7 svn:log V 301 In usr.sbin/timed, fix several issues with printf formats: - Cast time_t's to long, and print them with %ld. - Print ptrdiff_t's with %td. - Print ssize_t's and size_t's with %zd and %zu. - Print int32_t's with %d. Also, replace some int variables with the more appropriate size_t. MFC after: 1 week END