]> git.ozlabs.org Git - ppp.git/blobdiff - pppstats/pppstats.c
allow for COPTS from Makefile.top
[ppp.git] / pppstats / pppstats.c
index aa7457576dcce6a739116fced6a670c6bcbb6633..3388f7978a12acbf841c28a7ccad1bc802c1ada5 100644 (file)
@@ -32,7 +32,7 @@
  */
 
 #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>
@@ -71,6 +71,11 @@ int  signalled;              /* set if alarm goes off "early" */
 char   *progname;
 char   *interface;
 
+#if defined(SUNOS4)
+extern int optind;
+extern char *optarg;
+#endif
+
 void
 usage()
 {