mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-26 14:18:20 +00:00
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:
@@ -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:
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user