| commit | 10b45557661879b4caa1da8553f250ce7717a385 | [log] [tgz] |
|---|---|---|
| author | rsc <devnull@localhost> | Mon Dec 27 03:22:54 2004 +0000 |
| committer | rsc <devnull@localhost> | Mon Dec 27 03:22:54 2004 +0000 |
| tree | bad486950f13f122bec9e950c32dbde19f071f98 | |
| parent | 17cdbb909ba88e3a9fb83f1e475307f94db6a3ff [diff] |
as wkj pointed out, notifyseton should not call notesetenable
diff --git a/src/lib9/notify.c b/src/lib9/notify.c index faf1392..364181c 100644 --- a/src/lib9/notify.c +++ b/src/lib9/notify.c
@@ -206,8 +206,6 @@ 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)