Date: Fri, 23 Oct 2009 15:09:51 +0000 (UTC) From: John Baldwin <jhb@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/kern kern_shutdown.c Message-ID: <200910231510.n9NFA894020253@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
jhb 2009-10-23 15:09:51 UTC
FreeBSD src repository
Modified files:
sys/kern kern_shutdown.c
Log:
SVN rev 198408 on 2009-10-23 15:09:51Z by jhb
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
Revision Changes Path
1.201 +2 -6 src/sys/kern/kern_shutdown.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200910231510.n9NFA894020253>
