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: 03/23/2002 01:25:49
Module Name:	syssrc
Committed By:	nathanw
Date:		Fri Mar 22 23:25:49 UTC 2002

Modified Files:
	syssrc/sys/kern [nathanw_sa]: kern_synch.c

Log Message:
Move the increment of p->p_nrlwps to before the resume: label, so that
it doesn't get spuriously incremented if the signal checking code
skips the sleep entirely.


To generate a diff of this commit:
cvs rdiff -r1.101.2.10 -r1.101.2.11 syssrc/sys/kern/kern_synch.c

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