CVSROOT: /cvs Module name: src Changes by: [email protected] 2009/06/04 21:57:32
Modified files:
sys/dev/ic : sili.c
sys/dev/pci : if_bge.c
sys/kern : kern_sig.c
Log message:
%zu is not meant for size_t in the kernel. Change to %lu.
OK miod
