Displaying 1 result from an estimated 1 matches for "fdout_maybe_eof".
2001 Jul 09
1
sshd problem on Solaris 7: Control-C hangs shell
...quot;fix" my problem is:
--- /tmp/openssh-2.9p2/serverloop.c Sat Apr 14 02:28:03 2001
+++ serverloop.c Mon Jul 9 13:02:27 2001
@@ -74,4 +74,5 @@
static int stdin_eof = 0; /* EOF message received from client. */
static int fdout_eof = 0; /* EOF encountered reading from fdout. */
+static int fdout_maybe_eof = 0;
static int fderr_eof = 0; /* EOF encountered readung from fderr. */
static int fdin_is_tty = 0; /* fdin points to a tty. */
@@ -107,6 +108,9 @@
wait_pid, child_pid);
if (WIFEXITED(child_wait_status) ||
- WIFSIGNALED(child_wait_status))
+ WIFSIGNALED(child_wait_status))...