openpty(3) - change to use unix98 ptys
authorAlex Hornung <ahornung@gmail.com>
Tue, 18 Aug 2009 17:50:26 +0000 (18:50 +0100)
committerAlex Hornung <ahornung@gmail.com>
Tue, 1 Sep 2009 15:26:13 +0000 (16:26 +0100)
commit153589f177d689b1109a6ce97540b397480ad990
tree91e225d99e8561c68eb24275b86f1aad8bf3b85c
parentc578a286621a95cbcd28c62f7583d70c9bc908b5
openpty(3) - change to use unix98 ptys

* Try, by default, to use unix98 ptys first. If they fail at any
  point, fall back to bsd ptys (/dev/[pt]ty*).

Partially-Obtained-From: FreeBSD
lib/libutil/pty.c