mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-08-25 06:51:00 +08:00
2009-09-30 Ralf Corsépius <ralf.corsepius@rtems.org>
* libnetworking/net/ppp_tty.c: Reflect termios_baud_to_number having been renamed to rtems_termios_baud_to_number.
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
2009-09-30 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* libnetworking/net/ppp_tty.c: Reflect termios_baud_to_number having
|
||||
been renamed to rtems_termios_baud_to_number.
|
||||
|
||||
2009-09-30 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* libcsupport/src/termios_setinitialbaud.c:
|
||||
|
||||
@@ -242,7 +242,7 @@ pppopen(struct rtems_termios_tty *tty)
|
||||
/* initialize values */
|
||||
sc->sc_if.if_flags |= IFF_RUNNING;
|
||||
sc->sc_if.if_baudrate =
|
||||
termios_baud_to_number(tty->termios.c_cflag & CBAUD);
|
||||
rtems_termios_baud_to_number(tty->termios.c_cflag & CBAUD);
|
||||
|
||||
tty->t_sc = (void *)sc;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user