summaryrefslogtreecommitdiffstats
path: root/contrib/ipfilter/opt.c
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/ipfilter/opt.c')
-rw-r--r--contrib/ipfilter/opt.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/ipfilter/opt.c b/contrib/ipfilter/opt.c
index cad1045..825a5e3 100644
--- a/contrib/ipfilter/opt.c
+++ b/contrib/ipfilter/opt.c
@@ -3,7 +3,7 @@
*
* See the IPFILTER.LICENCE file for details on licencing.
*/
-#ifdef __sgi
+#if defined(__sgi) && (IRIX > 602)
# include <sys/ptimers.h>
#endif
#include <stdio.h>
@@ -28,7 +28,7 @@
#if !defined(lint)
static const char sccsid[] = "@(#)opt.c 1.8 4/10/96 (C) 1993-2000 Darren Reed";
-static const char rcsid[] = "@(#)$Id: opt.c,v 2.2.2.2 2002/02/22 15:32:56 darrenr Exp $";
+static const char rcsid[] = "@(#)$Id: opt.c,v 2.2.2.3 2002/12/06 11:40:27 darrenr Exp $";
#endif
extern int opts;
OpenPOWER on IntegriCloud