Subject: CVS commit: [netbsd-2-1] src/sys/miscfs/specfs
To: None <source-changes@NetBSD.org>
From: Jeff Rizzo <riz@netbsd.org>
List: source-changes
Date: 12/29/2005 01:36:19
Module Name:	src
Committed By:	riz
Date:		Thu Dec 29 01:36:19 UTC 2005

Modified Files:
	src/sys/miscfs/specfs [netbsd-2-1]: spec_vnops.c

Log Message:
Pull up following revision(s) (requested by chs in ticket #10207):
	sys/miscfs/specfs/spec_vnops.c: revision 1.83
in spec_ioctl(), don't dereference v_specinfo if it's NULL.
this is needed due to rev. 1.231 of kern/vfs_subr.c, which now sets
v_specinfo to NULL before changing the vnode's ops vector.


To generate a diff of this commit:
cvs rdiff -r1.77 -r1.77.6.1 src/sys/miscfs/specfs/spec_vnops.c

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