summaryrefslogtreecommitdiff
path: root/pppstats
diff options
context:
space:
mode:
authorPaul Mackerras <paulus@samba.org>1996-09-26 06:16:51 +0000
committerPaul Mackerras <paulus@samba.org>1996-09-26 06:16:51 +0000
commit2521ca94620dfd5d3864a6f68a171a8be83d5b8e (patch)
tree499bb043d963688622bc2e5bf557687aca861b30 /pppstats
parent4d8f3ae99a283c0916b5fc669f0d7cf0f42bd28b (diff)
downloadppp-2521ca94620dfd5d3864a6f68a171a8be83d5b8e.tar.gz
mod for Ultrix
Diffstat (limited to 'pppstats')
-rw-r--r--pppstats/pppstats.c4
1 files 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 <stdio.h>
@@ -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