Re: tty dissociation

2007-09-03 Thread d.henman
I don't intend on improving it. The referred to post is rather old and I wanted to verify if it is still valid or if any newer methods came to be since the last URL reference I gave you. I assume from what you wrote that setsid() with no argumentss is still valid, correct? Regards, darel hen

Re: tty dissociation

2007-09-02 Thread Robert Kiesling
On Mon, 3 Sep 2007, d.henman wrote: Corinna in the following message, specified a way, ie. use setsid(), to dissociate a tty from a process. http://sourceware.org/ml/cygwin/2001-08/msg00753.html I ust want to ask if this is still the preferred method, or if any newer method exists? IIR

Re: tty dissociation

2007-09-02 Thread Christopher Faylor
On Mon, Sep 03, 2007 at 07:48:52AM +0900, d.henman wrote: >Corinna in the following message, specified a way, ie. use setsid(), >to dissociate a tty from a process. > >http://sourceware.org/ml/cygwin/2001-08/msg00753.html > >I ust want to ask if this is still the preferred method, or if any >newer