Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Martin Husemann <martin@netbsd.org>
List: source-changes
Date: 01/19/2001 14:22:56
Module Name:	syssrc
Committed By:	martin
Date:		Fri Jan 19 12:22:56 UTC 2001

Modified Files:
	syssrc/sys/kern: vnode_if.sh

Log Message:
Remove over-const-ification.
This structures are actually modified at kernel init time by vfs_op_init.

XXX - looks like the state after initialization is pretty const and with
some magic in the generator script (and appropriate changes to vfs_op_init)
it could be made const.


To generate a diff of this commit:
cvs rdiff -r1.26 -r1.27 syssrc/sys/kern/vnode_if.sh

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