From: corinna DOT vinschen AT cityweb DOT de (Corinna Vinschen) Subject: Re: b20 alpha 29 Sep 1998 12:49:55 -0700 Message-ID: <3611381F.7089159E.cygnus.cygwin32.developers@cityweb.de> References: <01BDEBCD DOT B38F7BF0 AT sos> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: Sergey Okhapkin , cygwin32-developers AT cygnus DOT com Thanksalot, Sergey. Now I remember, I've seen it already. Corinna Sergey Okhapkin wrote: > > Christopher Faylor wrote: > > I believe that Sergey posted a patch for this a while ago. I don't > > have the patch around anymore. Maybe he could repost it? > > > > --- /winsup/fhandler_tty.cc Fri Sep 11 05:21:43 1998 > +++ fhandler_tty.cc Tue Sep 15 19:17:03 1998 > @@ -854,6 +854,7 @@ fhandler_tty_common::dup (fhandler_base > fhandler_tty_slave *fts = (fhandler_tty_slave *) child; > fts->ttynum = ttynum; > fts->ttyp = ttyp; > + fts->set_close_on_exec_flag (0); > return 0; > } > > -- > Sergey Okhapkin, http://www.lexa.ru/sos > Moscow, Russia