]> andersk Git - openssh.git/blobdiff - serverloop.c
- itojun@cvs.openbsd.org 2002/10/16 14:31:48
[openssh.git] / serverloop.c
index 5112de6801da7714f56a12e81f5c272db77833da..58e20dfb994e5242436cbd5eb90bde8ec34d1b59 100644 (file)
@@ -144,7 +144,9 @@ sigchld_handler(int sig)
        int save_errno = errno;
        debug("Received SIGCHLD.");
        child_terminated = 1;
+#ifndef _UNICOS
        mysignal(SIGCHLD, sigchld_handler);
+#endif
        notify_parent();
        errno = save_errno;
 }
This page took 0.063694 seconds and 4 git commands to generate.