Subject: CVS commit: src/sys/kern
To: None <source-changes@NetBSD.org>
From: Christos Zoulas <christos@netbsd.org>
List: source-changes
Date: 07/17/2007 21:14:05
Module Name: src
Committed By: christos
Date: Tue Jul 17 21:14:05 UTC 2007
Modified Files:
src/sys/kern: vfs_subr.c
Log Message:
- get rid of MFSNAMELEN
- use strlcpy instead of strncpy.
- make sure some uses of statvfs strings are NUL terminated
XXX: more work needs to be done on that.
To generate a diff of this commit:
cvs rdiff -r1.290 -r1.291 src/sys/kern/vfs_subr.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.