From 2521ca94620dfd5d3864a6f68a171a8be83d5b8e Mon Sep 17 00:00:00 2001 From: Paul Mackerras Date: Thu, 26 Sep 1996 06:16:51 +0000 Subject: [PATCH] mod for Ultrix --- pppstats/pppstats.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.39.2