]> git.ozlabs.org Git - ppp.git/commitdiff
define alloca for SunOS
authorPaul Mackerras <paulus@samba.org>
Sat, 14 Sep 1996 05:13:25 +0000 (05:13 +0000)
committerPaul Mackerras <paulus@samba.org>
Sat, 14 Sep 1996 05:13:25 +0000 (05:13 +0000)
pppstats/pppstats.c

index aa7457576dcce6a739116fced6a670c6bcbb6633..3388f7978a12acbf841c28a7ccad1bc802c1ada5 100644 (file)
@@ -32,7 +32,7 @@
  */
 
 #ifndef lint
  */
 
 #ifndef lint
-static char rcsid[] = "$Id: pppstats.c,v 1.15 1996/08/28 06:43:30 paulus Exp $";
+static char rcsid[] = "$Id: pppstats.c,v 1.16 1996/09/14 05:13:25 paulus Exp $";
 #endif
 
 #include <stdio.h>
 #endif
 
 #include <stdio.h>
@@ -71,6 +71,11 @@ int  signalled;              /* set if alarm goes off "early" */
 char   *progname;
 char   *interface;
 
 char   *progname;
 char   *interface;
 
+#if defined(SUNOS4)
+extern int optind;
+extern char *optarg;
+#endif
+
 void
 usage()
 {
 void
 usage()
 {