From 1a5787d2896cb3d5ba59bcf31a613530542911d1 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Fri, 13 Jun 2003 13:20:47 +0000 Subject: 2003-06-13 Joel Sherrill * pppd/chat.c: Removed warnings. --- c/src/libnetworking/ChangeLog | 4 ++++ c/src/libnetworking/pppd/chat.c | 4 +++- 2 files changed, 7 insertions(+), 1 deletion(-) (limited to 'c/src') diff --git a/c/src/libnetworking/ChangeLog b/c/src/libnetworking/ChangeLog index 65d03013b7..d68716a02d 100644 --- a/c/src/libnetworking/ChangeLog +++ b/c/src/libnetworking/ChangeLog @@ -1,3 +1,7 @@ +2003-06-13 Joel Sherrill + + * pppd/chat.c: Removed warnings. + 2003-05-16 Ralf Corsepius * pppd/fsm.c: Make peer_mru global again. diff --git a/c/src/libnetworking/pppd/chat.c b/c/src/libnetworking/pppd/chat.c index d40e3b2e46..0ce0f3ff60 100644 --- a/c/src/libnetworking/pppd/chat.c +++ b/c/src/libnetworking/pppd/chat.c @@ -184,7 +184,7 @@ static int write_char __P((int c)); static int put_char __P((int c)); static int get_char __P((void)); void chat_send __P((register char *s)); -static char *character __P((int c)); +/* static char *character __P((int c)); */ void chat_expect __P((register char *s)); static char *clean __P((register char *s, int sending)); char *expect_strtok __P((char *, char *)); @@ -563,6 +563,7 @@ char *s; } } +#if 0 /* * Translate the input character to the appropriate string for printing * the data. @@ -586,6 +587,7 @@ int c; return (string); } +#endif /* * process the reply string -- cgit v1.2.3