From owner-cvs-sys Fri Oct 20 22:02:08 1995 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id WAA03471 for cvs-sys-outgoing; Fri, 20 Oct 1995 22:02:08 -0700 Received: (from swallace@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id WAA03459 ; Fri, 20 Oct 1995 22:01:59 -0700 Date: Fri, 20 Oct 1995 22:01:59 -0700 From: Steven Wallace Message-Id: <199510210501.WAA03459@freefall.freebsd.org> To: CVS-commiters, cvs-sys Subject: cvs commit: src/sys/i386/ibcs2 ibcs2_signal.c Sender: owner-cvs-sys@FreeBSD.org Precedence: bulk swallace 95/10/20 22:01:58 Modified: sys/i386/ibcs2 ibcs2_signal.c Log: sigset() should have sa_flags cleared to sig is maked before calling handler (remove SA_NODEFER). On the other hand, signal() case should set sa_flags to SA_NODEFER as in previous change. In addition, added #ifdef'd code for signal() to or in SA_RESETHAND flag for when that compatability is implemented.