tas wkj pointed out, notifyseton should not call notesetenable - plan9port - [fork] Plan 9 from user space
 (HTM) git clone git://src.adamsgaard.dk/plan9port
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit 10b45557661879b4caa1da8553f250ce7717a385
 (DIR) parent 17cdbb909ba88e3a9fb83f1e475307f94db6a3ff
 (HTM) Author: rsc <devnull@localhost>
       Date:   Mon, 27 Dec 2004 03:22:54 +0000
       
       as wkj pointed out, notifyseton should not call notesetenable
       
       Diffstat:
         M src/lib9/notify.c                   |       2 --
       
       1 file changed, 0 insertions(+), 2 deletions(-)
       ---
 (DIR) diff --git a/src/lib9/notify.c b/src/lib9/notify.c
       t@@ -206,8 +206,6 @@ notifyseton(int s, int on)
                sig = findsig(s);
                if(sig == nil)
                        return;
       -        if(on)
       -                notesetenable(s, 1);
                memset(&sa, 0, sizeof sa);
                sa.sa_handler = on ? signotify : signonotify;
                if(sig->restart)