From bd4a776c8d73a16d76712f86110101a04c627f2c Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Mon, 18 Aug 2008 10:41:13 +0000 Subject: 2008-08-18 Ralf Corsepius * libnetworking/net/ppp_tty.c: Remove bogus local decl of termios_baud_to_number(int). --- cpukit/libnetworking/net/ppp_tty.c | 1 - 1 file changed, 1 deletion(-) (limited to 'cpukit/libnetworking/net/ppp_tty.c') diff --git a/cpukit/libnetworking/net/ppp_tty.c b/cpukit/libnetworking/net/ppp_tty.c index 00178f7d1f..dca08ed339 100644 --- a/cpukit/libnetworking/net/ppp_tty.c +++ b/cpukit/libnetworking/net/ppp_tty.c @@ -195,7 +195,6 @@ pppopen(struct rtems_termios_tty *tty) int i; register struct ppp_softc *sc; struct mbuf *m = (struct mbuf *)0; - extern int termios_baud_to_number(int); if (tty->t_line == PPPDISC) { sc = (struct ppp_softc *)tty->t_sc; -- cgit v1.2.3