Subject: CVS commit: src/sys/kern
To: None <source-changes@NetBSD.org>
From: Andrew Brown <atatat@netbsd.org>
List: source-changes
Date: 08/24/2003 19:20:41
Module Name:	src
Committed By:	atatat
Date:		Sun Aug 24 19:20:41 UTC 2003

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

Log Message:
Use pfind() in proc_sysctl() to find the target process instead of a
home-grown routine.  Remove defcorenamelen, since it's not used
anywhere.


To generate a diff of this commit:
cvs rdiff -r1.142 -r1.143 src/sys/kern/kern_sysctl.c

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