From: Paul Mackerras Date: Wed, 25 May 1994 06:25:05 +0000 (+0000) Subject: remove commented-out code X-Git-Tag: ppp-2-1-2a~32 X-Git-Url: https://git.ozlabs.org/?p=ppp.git;a=commitdiff_plain;h=a5aa46a5e2377042a0e39434fa41d4dd40e8facf remove commented-out code --- 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. */