From 728fd83b1728a00b690379006da00a966da1c4fe Mon Sep 17 00:00:00 2001 From: Paul Mackerras Date: Tue, 4 Jul 1995 12:34:17 +0000 Subject: [PATCH] Minor fix to #if around alloca.h --- pppd/auth.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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*/ -- 2.39.2