Subject: CVS commit: src/sys/kern
To: None <source-changes@netbsd.org>
From: Nathan J Williams <nathanw@netbsd.org>
List: source-changes
Date: 01/28/2003 04:20:36
Module Name: src
Committed By: nathanw
Date: Tue Jan 28 02:20:36 UTC 2003
Modified Files:
src/sys/kern: kern_lwp.c
Log Message:
Fix proc_representative_lwp(); a closing brace was in the wrong place,
which means it would return the first non-dead LWP.
Pointed out by Stephan Uphoff.
To generate a diff of this commit:
cvs rdiff -r1.2 -r1.3 src/sys/kern/kern_lwp.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.