mirror of
https://github.com/opnsense/src.git
synced 2026-06-11 01:30:30 -04:00
Remove _set_ospeed, trick done in tgetent now
This commit is contained in:
parent
021e5b9d1f
commit
bbaccbeb9a
1 changed files with 1 additions and 1 deletions
|
|
@ -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];
|
||||
|
|
|
|||
Loading…
Reference in a new issue