X-Git-Url: http://git.ozlabs.org/?p=ppp.git;a=blobdiff_plain;f=pppd%2Fauth.c;h=f08fb312abe2b64f90bb4dc5a04a93faa0002664;hp=7d80cb07a0a960fe5284a73bc7e0eb8e0107688e;hb=064450d2b3ecf22d603cf13cb704c6e96b6c1a17;hpb=9c1252cd8a1991671d1e546f40a16c0099d5a8c1 diff --git a/pppd/auth.c b/pppd/auth.c index 7d80cb0..f08fb31 100644 --- a/pppd/auth.c +++ b/pppd/auth.c @@ -33,7 +33,7 @@ */ #ifndef lint -static char rcsid[] = "$Id: auth.c,v 1.14 1995/04/26 06:46:22 paulus Exp $"; +static char rcsid[] = "$Id: auth.c,v 1.15 1995/05/19 03:16:12 paulus Exp $"; #endif #include @@ -66,7 +66,7 @@ static char rcsid[] = "$Id: auth.c,v 1.14 1995/04/26 06:46:22 paulus Exp $"; #include "ccp.h" #include "pathnames.h" -#ifdef sparc +#if defined(sparc) && !defined(NeXT) #include #endif /*sparc*/