From: Paul Mackerras Date: Fri, 19 May 1995 03:16:12 +0000 (+0000) Subject: fix for NeXT X-Git-Tag: RELEASE_2_3_6~713 X-Git-Url: http://git.ozlabs.org/?p=ppp.git;a=commitdiff_plain;h=064450d2b3ecf22d603cf13cb704c6e96b6c1a17 fix for NeXT --- 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*/