Mail Archives: cygwin/1997/07/11/01:01:16
Hi!
I have a troubles with porting telnetd to cygwin. Telnetd starts bash, but bash hangs.
Bash 2.01 sources (file jobs.c, lines starting with 2531) have the following code:
while ((terminal_pgrp = tcgetpgrp (shell_tty)) != -1)
{
if (shell_pgrp != terminal_pgrp)
{
SigHandler *old_ttin;
old_ttin = set_signal_handler(SIGTTIN, SIG_DFL);
kill (0, SIGTTIN);
set_signal_handler (SIGTTIN, old_ttin);
continue;
}
break;
}
What the code does?
--
Sergey Okhapkin, http://www.lexa.ru/sos
Moscow, Russia
Looking for a job
-
For help on using this list (especially unsubscribing), send a message to
"gnu-win32-request AT cygnus DOT com" with one line of text: "help".
- Raw text -