X-Git-Url: http://git.ozlabs.org/?a=blobdiff_plain;f=pppstats%2Fpppstats.c;h=d3fa15f5e6725de1753134430122c1b8109063c1;hb=21cdaec64fc3385795f4318fdf2358f503ec26ba;hp=aa7457576dcce6a739116fced6a670c6bcbb6633;hpb=5a81a8837730149ecc71d0e61a38307575d48723;p=ppp.git diff --git a/pppstats/pppstats.c b/pppstats/pppstats.c index aa74575..d3fa15f 100644 --- a/pppstats/pppstats.c +++ b/pppstats/pppstats.c @@ -32,7 +32,7 @@ */ #ifndef lint -static char rcsid[] = "$Id: pppstats.c,v 1.15 1996/08/28 06:43:30 paulus Exp $"; +static char rcsid[] = "$Id: pppstats.c,v 1.17 1996/09/26 06:16:51 paulus Exp $"; #endif #include @@ -71,6 +71,11 @@ int signalled; /* set if alarm goes off "early" */ char *progname; char *interface; +#if defined(SUNOS4) || defined(ULTRIX) +extern int optind; +extern char *optarg; +#endif + void usage() {