2008-08-18 Ralf Corsepius <ralf.corsepius@rtems.org>

* libnetworking/net/ppp_tty.c: Remove bogus local decl of
	termios_baud_to_number(int).
This commit is contained in:
Ralf Corsepius
2008-08-18 10:41:13 +00:00
parent 9d0ef888b1
commit bd4a776c8d
2 changed files with 2 additions and 1 deletions

View File

@@ -1,5 +1,7 @@
2008-08-18 Ralf Corsepius <ralf.corsepius@rtems.org>
* libnetworking/net/ppp_tty.c: Remove bogus local decl of
termios_baud_to_number(int).
* libnetworking/netinet/in_cksum_i386.h: Add missing prototype.
* libnetworking/netinet/in_cksum.c: Add missing prototypes.
* librpc/src/rpc/clnt_tcp.c, librpc/src/rpc/svc_tcp.c:

View File

@@ -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;