commit | 7c9f827bfe01f440e09597319fcf280685500b7f | [log] [download] |
---|---|---|
author | Nicholas Marriott <nicholas.marriott@gmail.com> | Wed Aug 19 15:57:54 2009 +0000 |
committer | Nicholas Marriott <nicholas.marriott@gmail.com> | Wed Aug 19 15:57:54 2009 +0000 |
tree | badb9e506cd75e48e2ecc5470fc52e2d8221301d | |
parent | 2a300c66611259e9bae9ebf75a88de05256f64df [diff] |
In yet another triumph of stupidity over common sense, the glibc sys/ttydefaults.h is just a copy of the file from *BSD, taking no account of the fact that their OWN termios.h uses entirely different indexes into the array. I know ttydefaults.h is not meant to be portable, but you'd think it would be obvious to anyone that no file is better than a broken one...