Subject: CVS commit: src/lib/libkvm
To: None <source-changes@NetBSD.org>
From: David Laight <dsl@netbsd.org>
List: source-changes
Date: 05/01/2007 06:58:08
Module Name:	src
Committed By:	dsl
Date:		Tue May  1 06:58:08 UTC 2007

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

Log Message:
Set  kp2p->p_ru = 0 in the kproc2 structure.
It was only ever non-zero for zombies, and now doesn't exist.
The 'pstats' field has been valid for zombies for a while (it isn't in
the uarea any more).
Fixes part of build breakage.


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