Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Todd Vierling <tv@netbsd.org>
List: source-changes
Date: 08/09/2000 23:20:51
Module Name:	syssrc
Committed By:	tv
Date:		Wed Aug  9 20:20:51 UTC 2000

Modified Files:
	syssrc/sys/compat/linux/common: linux_sigaction.c linux_signal.c

Log Message:
Pretend to do something useful (just fill in oldsigaction with SIG_IGN and
zeroes) if the mapped signal number comes up zero.  Previously, sigaction1()
would return an error, confusing some linux apps trying to set handlers for
"all" signals.


To generate a diff of this commit:
cvs rdiff -r1.19 -r1.20 syssrc/sys/compat/linux/common/linux_sigaction.c
cvs rdiff -r1.28 -r1.29 syssrc/sys/compat/linux/common/linux_signal.c

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