K 10 svn:author V 6 tuexen K 8 svn:date V 27 2018-11-15T17:25:32.501705Z K 7 svn:log V 351 MFC r340361: Fix printing of 64-bit counters on 32-bit ppc platforms. Several statistic counters are uint64_t values and are printed by systat using %lu. This results in displaying wrong numbers. Use PRIu64 instead. While there, print variables of size_t using %zd. Approved by: re (gjb@) Differential Revision: https://reviews.freebsd.org/D17838 END