Subject: CVS commit: src/sys/kern
To: None <source-changes@NetBSD.org>
From: Andrew Doran <ad@netbsd.org>
List: source-changes
Date: 08/07/2007 12:45:55
Module Name: src
Committed By: ad
Date: Tue Aug 7 12:45:55 UTC 2007
Modified Files:
src/sys/kern: kern_exit.c
Log Message:
Do cv_broadcast() on proc::p_waitcv to be on the safe side (the parent
could be multithreaded).
To generate a diff of this commit:
cvs rdiff -r1.183 -r1.184 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.