Remove _set_ospeed, trick done in tgetent now

This commit is contained in:
Andrey A. Chernov 1995-08-05 21:25:28 +00:00
parent 021e5b9d1f
commit bbaccbeb9a

View File

@ -165,7 +165,7 @@ raw_mode(on)
#if TERMIO
ospeed = s.c_cflag & CBAUD;
#else
_set_ospeed(cfgetospeed(&s));
/* more work needed here */
#endif
erase_char = s.c_cc[VERASE];
kill_char = s.c_cc[VKILL];