X-Git-Url: http://git.ozlabs.org/?p=ppp.git;a=blobdiff_plain;f=pppd%2Fauth.c;h=18f60f0197c850dd4eb245d38f83052cc83ab745;hp=f08fb312abe2b64f90bb4dc5a04a93faa0002664;hb=728fd83b1728a00b690379006da00a966da1c4fe;hpb=9bdc1c0aae8aa1179b021d0762ac3f98acc78836 diff --git a/pppd/auth.c b/pppd/auth.c index f08fb31..18f60f0 100644 --- a/pppd/auth.c +++ b/pppd/auth.c @@ -33,7 +33,7 @@ */ #ifndef lint -static char rcsid[] = "$Id: auth.c,v 1.15 1995/05/19 03:16:12 paulus Exp $"; +static char rcsid[] = "$Id: auth.c,v 1.16 1995/07/04 12:34:17 paulus Exp $"; #endif #include @@ -66,7 +66,7 @@ static char rcsid[] = "$Id: auth.c,v 1.15 1995/05/19 03:16:12 paulus Exp $"; #include "ccp.h" #include "pathnames.h" -#if defined(sparc) && !defined(NeXT) +#if defined(sun) && defined(sparc) #include #endif /*sparc*/