Subject: re: CVS commit: src/sys/kern
To: None <itojun@netbsd.org>
From: matthew green <mrg@eterna.com.au>
List: source-changes
Date: 05/17/2003 02:44:09
Module Name: src
Committed By: itojun
Date: Fri May 16 14:40:43 UTC 2003
Modified Files:
src/sys/kern: kern_descrip.c vfs_subr.c
Log Message:
use strlcat
this change, among many others, is converting *safe* strc*()
calls into strl* ones. is there any particular reason you are
doing this? you are making the kernel slower for *no good
reason*.
.mrg.