Subject: CVS commit: src/sys/kern
To: None <source-changes@netbsd.org>
From: Nathan J Williams <nathanw@netbsd.org>
List: source-changes
Date: 02/18/2003 01:45:47
Module Name:	src
Committed By:	nathanw
Date:		Mon Feb 17 23:45:47 UTC 2003

Modified Files:
	src/sys/kern: kern_exit.c

Log Message:
Test p->p_sa instead of p->p_flag & P_SA, as the latter may have been
cleared by sigexit().


To generate a diff of this commit:
cvs rdiff -r1.109 -r1.110 src/sys/kern/kern_exit.c

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