remove SIGCLD handling (not needed)
[spider.git] / 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);