Subject: sun-lamp CVS commits
To: None <source-changes@pain.lcs.mit.edu>
From: The Source of All Evil <source@NetBSD.ORG>
List: source-changes
Date: 06/07/1995 00:20:04
christos
Wed Jun  7 00:17:02 EDT 1995
Update of /a/cvsroot/src/bin/sh
In directory pain.lcs.mit.edu:/b/tmp/cvs-serv26087

Modified Files:
	trap.c trap.h 
Log Message:
Ignore result of sigaction when setting traps. Traps will succeed even
on SIGKILL or SIGSTOP. This is what other bourne shells do. (suggested
by mycroft)