mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-05 15:15:44 +00:00
2003-06-13 Joel Sherrill <joel@OARcorp.com>
* pppd/chat.c: Removed warnings.
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
2003-06-13 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* pppd/chat.c: Removed warnings.
|
||||
|
||||
2003-05-16 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* pppd/fsm.c: Make peer_mru global again.
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user