Subject: CVS commit: src/sys/kern
To: None <source-changes@NetBSD.org>
From: Quentin Garnier <cube@netbsd.org>
List: source-changes
Date: 01/08/2004 22:48:26
Module Name:	src
Committed By:	cube
Date:		Thu Jan  8 22:48:26 UTC 2004

Modified Files:
	src/sys/kern: kern_ksyms.c

Log Message:
If ksyms have not been initialized, return ENXIO in ksymsopen instead of
ksymsread, because ksyms client test availability with open() and not
read().


To generate a diff of this commit:
cvs rdiff -r1.17 -r1.18 src/sys/kern/kern_ksyms.c

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