Subject: CVS commit: [nathanw_sa] syssrc/sys/kern
To: None <source-changes@netbsd.org>
From: Nathan J Williams <nathanw@netbsd.org>
List: source-changes
Date: 10/25/2002 20:26:28
Module Name: syssrc
Committed By: nathanw
Date: Fri Oct 25 17:26:28 UTC 2002
Modified Files:
syssrc/sys/kern [nathanw_sa]: kern_lwp.c
Log Message:
The "trivial case" in proc_representative_lwp() is when p->p_nlwps is
1, not when p->p_nrlwps is 1.
Pointed out by Nick Hudson.
To generate a diff of this commit:
cvs rdiff -r1.1.2.17 -r1.1.2.18 syssrc/sys/kern/kern_lwp.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.