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:
Ralf Corsepius
2009-09-30 02:58:25 +00:00
parent e1233892ad
commit dcbfe08809
2 changed files with 6 additions and 1 deletions
+5
View File
@@ -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:
+1 -1
View File
@@ -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;