From 32f69c36e0eec1227934bbd34854bfebd88686f2 Mon Sep 17 00:00:00 2001 From: rsc Date: Thu, 11 Dec 2003 17:48:38 +0000 Subject: Add support for user-level 9P servers/clients and various bug fixes to go with them. --- src/lib9/notify.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/lib9/notify.c') diff --git a/src/lib9/notify.c b/src/lib9/notify.c index 460eabfe..160755d0 100644 --- a/src/lib9/notify.c +++ b/src/lib9/notify.c @@ -19,7 +19,7 @@ static int sigs[] = { #endif SIGFPE, SIGBUS, - SIGSEGV, +/* SIGSEGV, */ SIGSYS, SIGPIPE, SIGALRM, -- cgit v1.2.3