commit | 15b643fc119221658ca3e9c6718eeb88ffcbe47a | [log] [download] |
---|---|---|
author | Nicholas Marriott <nicholas.marriott@gmail.com> | Wed Sep 16 12:36:28 2009 +0000 |
committer | Nicholas Marriott <nicholas.marriott@gmail.com> | Wed Sep 16 12:36:28 2009 +0000 |
tree | 21c2d4ebd4565117a9a4d9ed7c98f84326849f07 | |
parent | 150fba5ecdb3fedd8aed71ee65fb8cc6b0354070 [diff] |
Sync from OpenBSD: == Rather than constructing an entire termios struct from ttydefaults.h, just let forkpty do it and then alter the bits that should be changed after fork. A little neater and more portable. == This should fix problems caused by glibc's broken ttydefaults.h file.