From a5aa46a5e2377042a0e39434fa41d4dd40e8facf Mon Sep 17 00:00:00 2001 From: Paul Mackerras Date: Wed, 25 May 1994 06:25:05 +0000 Subject: [PATCH] remove commented-out code --- pppd/auth.c | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) 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. */ -- 2.39.2