kernel - Add support for %z[d,x,etc].
authorMatthew Dillon <dillon@apollo.backplane.com>
Tue, 25 Aug 2009 19:38:18 +0000 (12:38 -0700)
committerMatthew Dillon <dillon@apollo.backplane.com>
Tue, 25 Aug 2009 19:38:18 +0000 (12:38 -0700)
commit9c7517abfa55202963735620962c2bbbe1544386
tree8dedd92679a08df52fe318429eb1f6616089691c
parent1f71eeb17e96cf8c27a05337a546660b8bd800ae
kernel - Add support for %z[d,x,etc].

* %z used to be used for hex printing.  Instead use it for
  size_t as per ANSI-C.
sys/kern/subr_prf.c