X-Git-Url: https://git.ozlabs.org/?p=ppp.git;a=blobdiff_plain;f=pppd%2Fsys-svr4.c;h=aa176399995df4820a1a856870ffd7c93629bb05;hp=90a0b3bbfa581518ba8a8bc0b7ed4a0f35b26271;hb=720f112b7dc1bc416c3dd1be41bc9d290d5ef7dc;hpb=30fcae8f24d235c9a95084afeea3da29a6d896ee 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