summaryrefslogtreecommitdiff
path: root/pppstats/pppstats.c
diff options
context:
space:
mode:
Diffstat (limited to 'pppstats/pppstats.c')
-rw-r--r--pppstats/pppstats.c7
1 files changed, 6 insertions, 1 deletions
diff --git a/pppstats/pppstats.c b/pppstats/pppstats.c
index aa74575..3388f79 100644
--- a/pppstats/pppstats.c
+++ b/pppstats/pppstats.c
@@ -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()
{