From dcbfe0880919aa4498df4f586eb9134d607376bd Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Wed, 30 Sep 2009 02:58:25 +0000 Subject: =?UTF-8?q?2009-09-30=09Ralf=20Cors=C3=A9pius=20?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * libnetworking/net/ppp_tty.c: Reflect termios_baud_to_number having been renamed to rtems_termios_baud_to_number. --- cpukit/libnetworking/net/ppp_tty.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpukit/libnetworking') diff --git a/cpukit/libnetworking/net/ppp_tty.c b/cpukit/libnetworking/net/ppp_tty.c index 94d0a69552..518aba1f32 100644 --- a/cpukit/libnetworking/net/ppp_tty.c +++ b/cpukit/libnetworking/net/ppp_tty.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; -- cgit v1.2.3