X-Git-Url: http://git.ozlabs.org/?a=blobdiff_plain;f=pppstats%2Fpppstats.c;h=d6c63a87206de6aeb558256198e0252d64af3723;hb=18c1dd4e4c71d286ca63281f3449168f742bb33a;hp=3388f7978a12acbf841c28a7ccad1bc802c1ada5;hpb=3fbaf30129feeca4eadddd47b57dca7968175e53;p=ppp.git diff --git a/pppstats/pppstats.c b/pppstats/pppstats.c index 3388f79..d6c63a8 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.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) +#if defined(SUNOS4) || defined(ULTRIX) || defined(NeXT) extern int optind; extern char *optarg; #endif