]> asedeno.scripts.mit.edu Git - PuTTY.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)
commit7c22b1d755314257d3bc9d383982c1b35b342973
tree807ef1dc420321bba65e352a9d2c1cdd40b2c7fa
parent25c45bf0438ff596b588ccbd9a508b89f7fb9760
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.

[originally from svn r9728]
unix/configure.ac
unix/uxpty.c