X-Git-Url: http://git.ozlabs.org/?a=blobdiff_plain;f=pppstats%2Fpppstats.c;h=d3fa15f5e6725de1753134430122c1b8109063c1;hb=a0626a8fe80c7d859216da1e6bb95187a0832e02;hp=3388f7978a12acbf841c28a7ccad1bc802c1ada5;hpb=3fbaf30129feeca4eadddd47b57dca7968175e53;p=ppp.git 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 @@ -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