CVSROOT: /cvs Module name: src Changes by: s...@cvs.openbsd.org 2014/05/04 13:27:08
Modified files: sys/kern : uipc_mbuf.c Log message: remove some hh and h format specifiers gcc does not like hh in kprintf and it does not make any difference due to integer promotion rules. While there, remove some h's, too. suggested by kettenis@