Subject: CVS commit: syssrc/sys/kern
To: None <source-changes@netbsd.org>
From: Jaromir Dolecek <jdolecek@netbsd.org>
List: source-changes
Date: 06/28/2001 11:12:08
Module Name:	syssrc
Committed By:	jdolecek
Date:		Thu Jun 28 08:12:08 UTC 2001

Modified Files:
	syssrc/sys/kern: vfs_subr.c

Log Message:
Use array based upon CTL_VFS_NAMES to get filesystem name for non-VFS_GENERIC
syscall, instead of mountcompatnames[].
Move the extern mountcompatnames[], nmountcompatnames definition to
COMPAT_09 || COMPAT_43 section.


To generate a diff of this commit:
cvs rdiff -r1.153 -r1.154 syssrc/sys/kern/vfs_subr.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.