X-Git-Url: http://git.ozlabs.org/?a=blobdiff_plain;f=pppd%2Fsys-svr4.c;h=aa176399995df4820a1a856870ffd7c93629bb05;hb=e39ce3cc9102d2ab3fcc2be48161ad0c42b0812b;hp=90a0b3bbfa581518ba8a8bc0b7ed4a0f35b26271;hpb=30fcae8f24d235c9a95084afeea3da29a6d896ee;p=ppp.git diff --git a/pppd/sys-svr4.c b/pppd/sys-svr4.c index 90a0b3b..aa17639 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.14 1996/09/26 06:23:50 paulus Exp $"; #endif #include #include #include #include +#if defined(SNI) || defined(__USLC__) +extern void *alloca(size_t); +#else #include +#endif #include #include #include