2002-02-27 Ilya Alexeev <ilya@continuum.ru>

* net/if_ppp.c, pppd/auth.c, pppd/chat.c, pppd/pppd.h,
	pppd/sys-rtems.c: Add server with pap-authorization
	capabilities as well as eliminate some warnings.
This commit is contained in:
Joel Sherrill
2002-02-27 22:43:31 +00:00
parent c52f1c7cbb
commit cb1e8a4644
14 changed files with 110 additions and 24 deletions

View File

@@ -598,7 +598,7 @@ int c;
void chat_send (s)
register char *s;
{
char file_data[STR_LEN];
/* char file_data[STR_LEN]; */
if (say_next) {
say_next = 0;