CVSROOT: /cvs Module name: src Changes by: [email protected] 2011/09/18 07:23:38
Modified files:
sys/kern : kern_sysctl.c subr_disk.c
Log message:
Do not use the `hh' modifier in printf format strings, as the kernel printf
implementation does not support it and handles it as `h'.
ok jsing@
