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: 01/18/2002 22:58:01
Module Name:	syssrc
Committed By:	nathanw
Date:		Fri Jan 18 20:58:01 UTC 2002

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

Log Message:
The p->p_nrlwps check makes checking the run state of a specific LWP
redundant at best, and incorrect at worst if curproc is something
other than the process where the signal is being delivered. Remove it
entirely.

Problem pointed out by petrov@netbsd.org.


To generate a diff of this commit:
cvs rdiff -r1.112.2.10 -r1.112.2.11 syssrc/sys/kern/kern_sig.c

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