summaryrefslogtreecommitdiff
path: root/pppstats
diff options
context:
space:
mode:
Diffstat (limited to 'pppstats')
-rw-r--r--pppstats/pppstats.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/pppstats/pppstats.c b/pppstats/pppstats.c
index 3388f79..d3fa15f 100644
--- a/pppstats/pppstats.c
+++ b/pppstats/pppstats.c
@@ -32,7 +32,7 @@
*/
#ifndef lint
-static char rcsid[] = "$Id: pppstats.c,v 1.16 1996/09/14 05:13:25 paulus Exp $";
+static char rcsid[] = "$Id: pppstats.c,v 1.17 1996/09/26 06:16:51 paulus Exp $";
#endif
#include <stdio.h>
@@ -71,7 +71,7 @@ int signalled; /* set if alarm goes off "early" */
char *progname;
char *interface;
-#if defined(SUNOS4)
+#if defined(SUNOS4) || defined(ULTRIX)
extern int optind;
extern char *optarg;
#endif