ktrdump: print ktr data using vfprintf()
authorSimon Schubert <simon.schubert@epfl.ch>
Tue, 3 Mar 2009 17:23:48 +0000 (18:23 +0100)
committerSimon Schubert <simon.schubert@epfl.ch>
Wed, 4 Mar 2009 18:36:43 +0000 (19:36 +0100)
commit90e765975b4b841ea1755a662a8520f977fe4e0b
tree15769dd561884a454b18b2408df523c4f5f7e09e
parent70172a73a90d1d12157a7ee99350275a68a4f57d
ktrdump: print ktr data using vfprintf()

The code previously assumed that there is a maximum of 10 arguments which
are all integer (sized).  Printing of more or differently sized arguments
seemed to work on occasion, or not.
usr.bin/ktrdump/ktrdump.c