K 10 svn:author V 3 jhb K 8 svn:date V 27 2009-10-23T15:09:51.770136Z K 7 svn:log V 222 Don't bother copying the name of a kproc or kthread out into a temporary array just to pass that array to printf(). kproc and kthread names are NUL-terminated and can be printed using printf() directly. Reviewed by: bde END