Subject: CVS commit: src/sys/miscfs/procfs
To: None <source-changes@netbsd.org>
From: David Laight <dsl@netbsd.org>
List: source-changes
Date: 04/06/2003 02:32:54
Module Name:	src
Committed By:	dsl
Date:		Sat Apr  5 23:32:53 UTC 2003

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

Log Message:
Remove pointless check against PID_MAX.  Let pfind() do the validation.
(The new pid allocation code may decide to allocate pids above PID_MAX.)


To generate a diff of this commit:
cvs rdiff -r1.94 -r1.95 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.