Subject: CVS commit: src/sys/miscfs/procfs
To: None <source-changes@netbsd.org>
From: Jaromir Dolecek <jdolecek@netbsd.org>
List: source-changes
Date: 04/17/2003 20:33:18
Module Name:	src
Committed By:	jdolecek
Date:		Thu Apr 17 20:33:18 UTC 2003

Modified Files:
	src/sys/miscfs/procfs: procfs_vnops.c

Log Message:
procfs_readdir(): in Pfd case, only show descriptors of types we want
how to represent (vnodes, fifo, pipes); also use fd_getfile() et al

this avoids annoying EOPNOTSUPP error messages from ls -F and such


To generate a diff of this commit:
cvs rdiff -r1.99 -r1.100 src/sys/miscfs/procfs/procfs_vnops.c

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