Re: [PATCH] tcsetpgrp fails unexpectedly

2011-06-01 Thread Tor Perkins
On Mon, May 30, 2011 at 02:59:04AM -0400, Christopher Faylor wrote: On Mon, Apr 04, 2011 at 09:45:09AM -0700, Tor Perkins wrote: 2011-03-28 Tor Perkins * fhandler_termios.cc (fhandler_termios::bg_check): Do not return EIO when a process group has no leader as this is allowed and does

[PATCH] tcsetpgrp fails unexpectedly

2011-04-04 Thread Tor Perkins
system! - Tor 2011-03-28 Tor Perkins * fhandler_termios.cc (fhandler_termios::bg_check): Do not return EIO when a process group has no leader as this is allowed and does not imply an orphaned process group. Add a test for orphaned process groups. Index: cygwin/fhandler_termios.cc