* sysdeps/unix/sysv/linux/tcgetattr.c (__tcgetattr):
authorRoland McGrath <roland@gnu.org>
Wed, 10 Sep 2003 19:16:18 +0000 (19:16 +0000)
committerRoland McGrath <roland@gnu.org>
Wed, 10 Sep 2003 19:16:18 +0000 (19:16 +0000)
commitc6416bfa64907504d4c562cfe8df3ffeb6e5c14f
tree1cc70def8a618d1314b7b64da4a303c098c83f39
parente99e03878b01767e8a7fa191cfdc9a11dfe0feab
* sysdeps/unix/sysv/linux/tcgetattr.c (__tcgetattr):

Don't use c_ispeed under [! _HAVE_STRUCT_TERMIOS_C_ISPEED].
Don't use c_ospeed under [! _HAVE_STRUCT_TERMIOS_C_OSPEED].
* sysdeps/unix/sysv/linux/tcsetattr.c (tcsetattr): Likewise.
Reported by Daniel Jacobowitz  <drow@mvista.com>.
ChangeLog