From: minima Date: Fri, 30 Mar 2001 21:53:40 +0000 (+0000) Subject: remove SIGCLD handling (not needed) X-Git-Tag: R_1_47~62 X-Git-Url: http://gb7djk.dxcluster.net/gitweb/gitweb.cgi?p=spider.git;a=commitdiff_plain;h=9bba449d12641232d51d259f470ce6b21205c622 remove SIGCLD handling (not needed) --- 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);