]> asedeno.scripts.mit.edu Git - PuTTY_svn.git/commit
Don't bother closing fds 0-2 before dup2ing over them; there's no
authorSimon Tatham <anakin@pobox.com>
Mon, 21 Oct 2002 23:00:18 +0000 (23:00 +0000)
committerSimon Tatham <anakin@pobox.com>
Mon, 21 Oct 2002 23:00:18 +0000 (23:00 +0000)
commit87fd7a4858fdbafdf5b1b42b779ce282d01c0a40
tree6fa93b8f606dd98b75f86a0fd1b835783d6a17b6
parent32c28c51d11d584acd05e73572ac79b8a5984394
Don't bother closing fds 0-2 before dup2ing over them; there's no
need, and it means we always have a valid open stderr.

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