X-Git-Url: https://git.ozlabs.org/?p=ppp.git;a=blobdiff_plain;f=pppstats%2Fpppstats.c;fp=pppstats%2Fpppstats.c;h=d6c63a87206de6aeb558256198e0252d64af3723;hp=d3fa15f5e6725de1753134430122c1b8109063c1;hb=3278b141bac31dce7c1e45136a3c85e07dee6815;hpb=afc91a00dd17734d3076c083b18f2535b96d2133 diff --git a/pppstats/pppstats.c b/pppstats/pppstats.c index d3fa15f..d6c63a8 100644 --- a/pppstats/pppstats.c +++ b/pppstats/pppstats.c @@ -32,7 +32,7 @@ */ #ifndef lint -static char rcsid[] = "$Id: pppstats.c,v 1.17 1996/09/26 06:16:51 paulus Exp $"; +static char rcsid[] = "$Id: pppstats.c,v 1.18 1997/03/04 03:44:47 paulus Exp $"; #endif #include @@ -71,7 +71,7 @@ int signalled; /* set if alarm goes off "early" */ char *progname; char *interface; -#if defined(SUNOS4) || defined(ULTRIX) +#if defined(SUNOS4) || defined(ULTRIX) || defined(NeXT) extern int optind; extern char *optarg; #endif