Subject: CVS commit: src
To: None <source-changes@netbsd.org>
From: Jason R Thorpe <thorpej@netbsd.org>
List: source-changes
Date: 09/12/1998 18:45:04
Module Name:	src
Committed By:	thorpej
Date:		Sun Sep 13 01:45:04 UTC 1998

Modified Files:
	src/sys/arch/i386/i386: machdep.c
	src/sys/arch/i386/include: signal.h
Log Message:
Fix thinko in last thinko fix.  We always have to store an old style
signal mask since a 1.3 binary may attempt to invoke sigreturn(2) directly
for an alternate exit from the signal handler.  If we don't do this, it will
get a garbage signal mask if it tries to do that.