]> git.ozlabs.org Git - ppp.git/blobdiff - pppd/sys-svr4.c
use asm/byteorder.h, not endian.h
[ppp.git] / pppd / sys-svr4.c
index 90a0b3bbfa581518ba8a8bc0b7ed4a0f35b26271..aa176399995df4820a1a856870ffd7c93629bb05 100644 (file)
  */
 
 #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 <limits.h>
 #include <stdio.h>
 #include <stddef.h>
 #include <stdlib.h>
+#if defined(SNI) || defined(__USLC__)
+extern void *alloca(size_t);
+#else
 #include <alloca.h>
+#endif
 #include <ctype.h>
 #include <errno.h>
 #include <fcntl.h>