Subject: CVS commit: src/sys/kern
To: None <source-changes@NetBSD.org>
From: David Laight <dsl@netbsd.org>
List: source-changes
Date: 05/07/2007 09:30:15
Module Name:	src
Committed By:	dsl
Date:		Mon May  7 09:30:14 UTC 2007

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

Log Message:
Add child rusage values to exiting process in 'find_stopped_child'
so that it is (correctlly) available to the caller of wait4().
The self and child rusage values remain split for zombies.


To generate a diff of this commit:
cvs rdiff -r1.175 -r1.176 src/sys/kern/kern_exit.c

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