Subject: CVS commit: src/sys/compat/irix
To: None <source-changes@NetBSD.org>
From: Emmanuel Dreyfus <manu@netbsd.org>
List: source-changes
Date: 11/08/2003 21:28:45
Module Name:	src
Committed By:	manu
Date:		Sat Nov  8 21:28:45 UTC 2003

Modified Files:
	src/sys/compat/irix: irix_exec.c

Log Message:
Restore COMPAT_IRIX signal delivery to an usable state. We provide a
fake sigcode so that trampoline vers checks in sigaction1() will not
return EINVAL. Another fix would be to duplicate code from svr4_sys_sigaction()
to irix_sys_sigaction() and call sigaction1() with vers != 0. We do not
do that because it would duplicate some code.


To generate a diff of this commit:
cvs rdiff -r1.30 -r1.31 src/sys/compat/irix/irix_exec.c

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