summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--usr.bin/more/screen.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/more/screen.c b/usr.bin/more/screen.c
index 11409ee..bf12ad6 100644
--- a/usr.bin/more/screen.c
+++ b/usr.bin/more/screen.c
@@ -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];
OpenPOWER on IntegriCloud