Subject: CVS commit: src/sys/miscfs/procfs
To: None <source-changes@netbsd.org>
From: Jaromir Dolecek <jdolecek@netbsd.org>
List: source-changes
Date: 02/04/2003 00:29:07
Module Name: src
Committed By: jdolecek
Date: Mon Feb 3 22:29:07 UTC 2003
Modified Files:
src/sys/miscfs/procfs: procfs_subr.c
Log Message:
don't bother special-casing DTYPE_KQUEUE/DTYPE_MISC nor panic for unknown
descriptors; just return with EOPNOTSUPP for any unsupported descriptor type
To generate a diff of this commit:
cvs rdiff -r1.44 -r1.45 src/sys/miscfs/procfs/procfs_subr.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.