X-Git-Url: https://git.ozlabs.org/?p=ppp.git;a=blobdiff_plain;f=pppd%2Fauth.c;h=406661b113b4a97286797fb4f3a3d45211468262;hp=85ea8db1e6be826ebb740b8588e0078c9751ef0d;hb=a471bdc20d7f993fc126b765c8c3dacbc902fa68;hpb=a3396b002507d72b3e1f1169bd02ae018539654b diff --git a/pppd/auth.c b/pppd/auth.c index 85ea8db..406661b 100644 --- a/pppd/auth.c +++ b/pppd/auth.c @@ -33,11 +33,12 @@ */ #ifndef lint -static char rcsid[] = "$Id: auth.c,v 1.10 1994/09/21 06:47:37 paulus Exp $"; +static char rcsid[] = "$Id: auth.c,v 1.12 1994/10/24 04:31:11 paulus Exp $"; #endif #include #include +#include #include #include #include @@ -77,9 +78,9 @@ struct wordlist { #define TRUE 1 /* Records which authentication operations haven't completed yet. */ -static int auth_pending[N_PPP]; +static int auth_pending[NUM_PPP]; static int logged_in; -static struct wordlist *addresses[N_PPP]; +static struct wordlist *addresses[NUM_PPP]; /* Bits in auth_pending[] */ #define UPAP_WITHPEER 1