[Bug 100] serverloop.c modifications for correct UNICOS behavior

bugzilla-daemon at mindrot.org bugzilla-daemon at mindrot.org
Tue Apr 23 08:40:51 EST 2002


http://bugzilla.mindrot.org/show_bug.cgi?id=100





------- Additional Comments From wendyp at cray.com  2002-04-23 08:40 -------
1st patch is still required, 2nd is not.

updated for 22 april snapshot:
--- serverloop.c.orig   Mon Apr 22 14:35:09 2002
+++ serverloop.c        Mon Apr 22 14:36:08 2002
@@ -143,7 +143,9 @@
        int save_errno = errno;
        debug("Received SIGCHLD.");
        child_terminated = 1;
+#ifndef _CRAY
        mysignal(SIGCHLD, sigchld_handler);
+#endif /* !_CRAY */
        notify_parent();
        errno = save_errno;
 }




------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the openssh-unix-dev mailing list