diff options
| author | Darren Reed <darrenr@FreeBSD.org> | 2003-02-15 06:27:40 +0000 |
|---|---|---|
| committer | Darren Reed <darrenr@FreeBSD.org> | 2003-02-15 06:27:40 +0000 |
| commit | 965575f97c41ba491915667faac038cb6d3a850e (patch) | |
| tree | 29f4be4986706d6bd410350a9d79520c171b297f /contrib/ipfilter/ipsend/ipsopt.c | |
| parent | f7a96e18f16f15c9ffeff1ab041faeb5584c7fb3 (diff) | |
Notes
Diffstat (limited to 'contrib/ipfilter/ipsend/ipsopt.c')
| -rw-r--r-- | contrib/ipfilter/ipsend/ipsopt.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/ipfilter/ipsend/ipsopt.c b/contrib/ipfilter/ipsend/ipsopt.c index 27bb5138abef..5759bf9662e0 100644 --- a/contrib/ipfilter/ipsend/ipsopt.c +++ b/contrib/ipfilter/ipsend/ipsopt.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 <sys/param.h> @@ -25,7 +25,7 @@ #if !defined(lint) static const char sccsid[] = "@(#)ipsopt.c 1.2 1/11/96 (C)1995 Darren Reed"; -static const char rcsid[] = "@(#)$Id: ipsopt.c,v 2.1.4.3 2002/02/22 15:32:58 darrenr Exp $"; +static const char rcsid[] = "@(#)$Id: ipsopt.c,v 2.1.4.4 2002/12/06 11:40:35 darrenr Exp $"; #endif |
