remove SIGCLD handling (not needed)
authorminima <minima>
Fri, 30 Mar 2001 21:53:40 +0000 (21:53 +0000)
committerminima <minima>
Fri, 30 Mar 2001 21:53:40 +0000 (21:53 +0000)
src/client.c

index 29c8bf5cd0f5b654cf6411e776449339d55e08ac..a04d1bb224edf0597828a3ffef5e0bcb3dcf6cf1 100644 (file)
@@ -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);