Subject: CVS commit: syssrc/sys/compat/darwin
To: None <source-changes@netbsd.org>
From: Emmanuel Dreyfus <manu@netbsd.org>
List: source-changes
Date: 11/29/2002 15:17:24
Module Name:	syssrc
Committed By:	manu
Date:		Fri Nov 29 13:17:24 UTC 2002

Modified Files:
	syssrc/sys/compat/darwin: darwin_signal.c darwin_signal.h

Log Message:
Filter the flag bits we get from Darwin's sigaction when giving them to
our native sigaction beacause unknown bits cause sigaction to fail with EINVAL.


To generate a diff of this commit:
cvs rdiff -r1.3 -r1.4 syssrc/sys/compat/darwin/darwin_signal.c \
    syssrc/sys/compat/darwin/darwin_signal.h

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