From: Paul Mackerras Date: Thu, 26 Sep 1996 06:16:51 +0000 (+0000) Subject: mod for Ultrix X-Git-Tag: RELEASE_2_3_6~311 X-Git-Url: http://git.ozlabs.org/?a=commitdiff_plain;h=2521ca94620dfd5d3864a6f68a171a8be83d5b8e;p=ppp.git mod for Ultrix --- 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