From a6abd67af50cf087725951f082c39feea62ba02c Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Sat, 25 Nov 2000 19:42:21 +0000 Subject: 2000-11-25 Antti P Miettinen * wrapup/Makefile.am: Added modem subdir. * configure.in, Makefile.am: Added modem subdir. * net/Makefile.am: Added if_pppvar.h, pppcompress.h. * pppd/Makefile.am: Added pppmain.c (which needs work). * pppd/chat.c, pppd/fsm.c, pppd/fsm.h, pppd/ipxcp.c, pppd/main.c, pppd/ppp_tty.c, pppd/upap.c: Changes from Thomas Doerfler and cosmetic changes by me. Actually main.c and ppp_tty.c should be scratched. The modem subdir has the real ppp_tty.c and the real pppd main is in pppmain.c. --- cpukit/pppd/fsm.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpukit/pppd/fsm.h') diff --git a/cpukit/pppd/fsm.h b/cpukit/pppd/fsm.h index c04050a369..f289429fdc 100644 --- a/cpukit/pppd/fsm.h +++ b/cpukit/pppd/fsm.h @@ -135,7 +135,7 @@ void fsm_open __P((fsm *)); void fsm_close __P((fsm *, char *)); void fsm_input __P((fsm *, u_char *, int)); void fsm_protreject __P((fsm *)); -void fsm_sdata __P((fsm *, u_char, u_char, u_char *, int)); +void fsm_sdata __P((fsm *, int, int, u_char *, int)); /* -- cgit v1.2.3