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: 09/06/2002 23:40:08
Module Name:	syssrc
Committed By:	nathanw
Date:		Fri Sep  6 20:40:08 UTC 2002

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

Log Message:
Restore use of psendsig() instead of directly calling
p->p_emul->e_sendsig; it's necessary for handling signal upcalls. But
while we're at it, eliminate an unused parameter of psendsig()


To generate a diff of this commit:
cvs rdiff -r1.112.2.26 -r1.112.2.27 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.