]> asedeno.scripts.mit.edu Git - PuTTY.git/commit
When calling TIOCSCTTY, it helps to pass it an fd that's still open,
authorSimon Tatham <anakin@pobox.com>
Mon, 5 Feb 2007 20:04:33 +0000 (20:04 +0000)
committerSimon Tatham <anakin@pobox.com>
Mon, 5 Feb 2007 20:04:33 +0000 (20:04 +0000)
commit6ee6a4d37926062f5b610de4cef2a6ce4fe63345
tree127e853c685b52c38891060c26e3d23bb57f59b2
parenta5d45db0c9fe7684951901f88307f32dcd19829d
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.

[originally from svn r7232]
[r7107 == 32b25c13dae27bb4f485ab2d2c4737572fa28251]
unix/uxpty.c