From 224b43b2b4437dbcf7f993c1a57463e2477076b5 Mon Sep 17 00:00:00 2001 From: Paul Mackerras Date: Sat, 14 Sep 1996 05:18:24 +0000 Subject: [PATCH] declare alloca for SINIX --- pppd/sys-svr4.c | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/pppd/sys-svr4.c b/pppd/sys-svr4.c index 90a0b3b..f43427e 100644 --- a/pppd/sys-svr4.c +++ b/pppd/sys-svr4.c @@ -26,14 +26,18 @@ */ #ifndef lint -static char rcsid[] = "$Id: sys-svr4.c,v 1.12 1996/08/28 06:42:47 paulus Exp $"; +static char rcsid[] = "$Id: sys-svr4.c,v 1.13 1996/09/14 05:18:24 paulus Exp $"; #endif #include #include #include #include +#ifdef SNI +extern void *alloca(size_t); +#else #include +#endif #include #include #include -- 2.39.2