CVSROOT: /cvs Module name: src Changes by: m...@cvs.openbsd.org 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@