From 72f2c4f99a574e8f4aacd430cb58b053f9e5b3d4 Mon Sep 17 00:00:00 2001 From: Paul Mackerras Date: Thu, 26 Sep 1996 06:23:50 +0000 Subject: [PATCH] USLC as well as SNI --- pppd/sys-svr4.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pppd/sys-svr4.c b/pppd/sys-svr4.c index f43427e..aa17639 100644 --- a/pppd/sys-svr4.c +++ b/pppd/sys-svr4.c @@ -26,14 +26,14 @@ */ #ifndef lint -static char rcsid[] = "$Id: sys-svr4.c,v 1.13 1996/09/14 05:18:24 paulus Exp $"; +static char rcsid[] = "$Id: sys-svr4.c,v 1.14 1996/09/26 06:23:50 paulus Exp $"; #endif #include #include #include #include -#ifdef SNI +#if defined(SNI) || defined(__USLC__) extern void *alloca(size_t); #else #include -- 2.39.2