From 9bba449d12641232d51d259f470ce6b21205c622 Mon Sep 17 00:00:00 2001 From: minima Date: Fri, 30 Mar 2001 21:53:40 +0000 Subject: [PATCH] remove SIGCLD handling (not needed) --- src/client.c | 7 ------- 1 file changed, 7 deletions(-) diff --git a/src/client.c b/src/client.c index 29c8bf5c..a04d1bb2 100644 --- a/src/client.c +++ b/src/client.c @@ -901,13 +901,6 @@ main(int argc, char *argv[]) #ifdef SIGPWR signal(SIGPWR, terminate); #endif -#ifdef SIGCLD - signal(SIGCLD, reaper); -#else - #ifdef SIGCHILD - signal(SIGCHILD, reaper); - #endif -#endif /* init a few things */ chain_init(&echobase); -- 2.34.1