X-Git-Url: http://git.ozlabs.org/?p=ppp.git;a=blobdiff_plain;f=pppd%2Fauth.c;h=950ef024e6b7d0d361f7d2750ecebfaa4a652cc5;hp=9a04ecf53793edc646520e59b8038dae0aa43164;hb=ac0f9357593ad763bda9d4fadd4ac4f9f6d908d9;hpb=ca831b6745bc15245654acac88b0f428f060cdcc diff --git a/pppd/auth.c b/pppd/auth.c index 9a04ecf..950ef02 100644 --- a/pppd/auth.c +++ b/pppd/auth.c @@ -33,7 +33,7 @@ */ #ifndef lint -static char rcsid[] = "$Id: auth.c,v 1.5 1994/05/24 11:20:26 paulus Exp $"; +static char rcsid[] = "$Id: auth.c,v 1.6 1994/05/25 06:25:05 paulus Exp $"; #endif #include @@ -59,10 +59,6 @@ static char rcsid[] = "$Id: auth.c,v 1.5 1994/05/24 11:20:26 paulus Exp $"; #ifdef sparc #include -#ifndef __GNUC__ -/* why alloca.h doesn't define what alloca() returns is a mystery */ -/* char *alloca __ARGS((int)); */ -#endif /*__GNUC__*/ #endif /*sparc*/ /* Used for storing a sequence of words. Usually malloced. */