mirror of
https://github.com/paulusmack/ppp.git
synced 2024-12-13 14:13:38 +08:00
fix for NeXT
This commit is contained in:
parent
9c1252cd8a
commit
064450d2b3
@ -33,7 +33,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef lint
|
#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
|
#endif
|
||||||
|
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
@ -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 "ccp.h"
|
||||||
#include "pathnames.h"
|
#include "pathnames.h"
|
||||||
|
|
||||||
#ifdef sparc
|
#if defined(sparc) && !defined(NeXT)
|
||||||
#include <alloca.h>
|
#include <alloca.h>
|
||||||
#endif /*sparc*/
|
#endif /*sparc*/
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user