Subject: CVS commit: src/lib/libkvm
To: None <source-changes@netbsd.org>
From: Christos Zoulas <christos@netbsd.org>
List: source-changes
Date: 03/28/2003 16:01:33
Module Name:	src
Committed By:	christos
Date:		Fri Mar 28 14:01:33 UTC 2003

Modified Files:
	src/lib/libkvm: kvm_proc.c

Log Message:
remove scanning of deadproc, since zombproc should contain all the processes
in deadproc according to the comment in kern_proc.c. deadproc is not a
struct proclist anymore, so it would require more work to scan anyway, and
this is unnecessary.


To generate a diff of this commit:
cvs rdiff -r1.52 -r1.53 src/lib/libkvm/kvm_proc.c

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