When calling TIOCSCTTY, it helps to pass it an fd that's still open,
authorsimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Mon, 5 Feb 2007 20:04:33 +0000 (20:04 +0000)
committersimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Mon, 5 Feb 2007 20:04:33 +0000 (20:04 +0000)
commit211b4228d0268fdb1a2664d4b7fc253e92d76166
tree127e853c685b52c38891060c26e3d23bb57f59b2
parent136519370f4a3d08e5db701b894e394494056bcb
When calling TIOCSCTTY, it helps to pass it an fd that's still open,
instead of one we closed two lines earlier. I apparently broke this
in r7107.

git-svn-id: svn://svn.tartarus.org/sgt/putty@7232 cda61777-01e9-0310-a592-d414129be87e
unix/uxpty.c