]> git.ozlabs.org Git - ppp.git/blobdiff - pppstats/pppstats.c
mods from Steve Perkins
[ppp.git] / pppstats / pppstats.c
index 3388f7978a12acbf841c28a7ccad1bc802c1ada5..d6c63a87206de6aeb558256198e0252d64af3723 100644 (file)
@@ -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.18 1997/03/04 03:44:47 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) || defined(NeXT)
 extern int optind;
 extern char *optarg;
 #endif