Subject: CVS commit: src/sys/miscfs/specfs
To: None <source-changes@NetBSD.org>
From: Chuck Silvers <chs@netbsd.org>
List: source-changes
Date: 09/11/2005 14:18:54
Module Name:	src
Committed By:	chs
Date:		Sun Sep 11 14:18:54 UTC 2005

Modified Files:
	src/sys/miscfs/specfs: spec_vnops.c

Log Message:
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.82 -r1.83 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.