From: Paul Mackerras Date: Tue, 4 Jul 1995 12:34:17 +0000 (+0000) Subject: Minor fix to #if around alloca.h X-Git-Tag: RELEASE_2_3_6~648 X-Git-Url: http://git.ozlabs.org/?p=ppp.git;a=commitdiff_plain;h=728fd83b1728a00b690379006da00a966da1c4fe Minor fix to #if around alloca.h --- 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*/