K 10 svn:author V 6 tuexen K 8 svn:date V 27 2018-11-12T13:26:13.415805Z K 7 svn:log V 333 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. MFC after:i 3 days Differential Revision: https://reviews.freebsd.org/D17838 END