]> asedeno.scripts.mit.edu Git - PuTTY_svn.git/commit
Patch from Brad Smith to use posix_openpt() instead of
authorSimon Tatham <anakin@pobox.com>
Tue, 18 Dec 2012 09:02:38 +0000 (09:02 +0000)
committerSimon Tatham <anakin@pobox.com>
Tue, 18 Dec 2012 09:02:38 +0000 (09:02 +0000)
commit39100f310205009c3e868e953c9d8e15ac3bcc97
tree807ef1dc420321bba65e352a9d2c1cdd40b2c7fa
parent8d264026d43e58189893a99e778277b89d0e95d9
Patch from Brad Smith to use posix_openpt() instead of
open("/dev/ptmx"), where the former is available. Improves
portability, since at least one OS (OpenBSD) supports the POSIX pty
functions but does it via an underlying mechanism which doesn't
involving having a /dev/ptmx.

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