ktrdump: fixup size modifiers for integers
authorAggelos Economopoulos <aoiko@cc.ece.ntua.gr>
Sun, 10 Jul 2011 17:49:49 +0000 (19:49 +0200)
committerAggelos Economopoulos <aoiko@cc.ece.ntua.gr>
Sun, 10 Jul 2011 17:51:46 +0000 (19:51 +0200)
commit6fff9ccd71ed6fbd7af82d4d33af9a74f4406e96
treee52d2675add29c44f86b6599dcf7b4fc35875307
parent67f2a9f79b7a90e8b7ff84bc19d0ad88e24a28db
ktrdump: fixup size modifiers for integers

The 'j' modifier is actually {u,}intmax_t, not {s,}size_t. Correct that
and add support for 'z' while at it.
usr.bin/ktrdump/ktrdump.c