diff options
| author | Darren Reed <darrenr@FreeBSD.org> | 2003-02-15 06:32:48 +0000 |
|---|---|---|
| committer | Darren Reed <darrenr@FreeBSD.org> | 2003-02-15 06:32:48 +0000 |
| commit | 57e3d9cf7628df61b730d931d65cbc7ec2d98514 (patch) | |
| tree | 0bdf8f5571272830fd0af76cc92628e15ba72f4c /contrib/ipfilter/ipsend/sock.c | |
| parent | 50d563d31c7ecb6d84c393eba72bc734b96e6be8 (diff) | |
Notes
Diffstat (limited to 'contrib/ipfilter/ipsend/sock.c')
| -rw-r--r-- | contrib/ipfilter/ipsend/sock.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/ipfilter/ipsend/sock.c b/contrib/ipfilter/ipsend/sock.c index 519cedf3ccbb..988da4ce55e1 100644 --- a/contrib/ipfilter/ipsend/sock.c +++ b/contrib/ipfilter/ipsend/sock.c @@ -4,7 +4,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> @@ -66,7 +66,7 @@ #if !defined(lint) static const char sccsid[] = "@(#)sock.c 1.2 1/11/96 (C)1995 Darren Reed"; -static const char rcsid[] = "@(#)$Id: sock.c,v 2.1.4.5 2002/02/22 15:32:58 darrenr Exp $"; +static const char rcsid[] = "@(#)$Id: sock.c,v 2.1.4.6 2002/12/06 11:40:36 darrenr Exp $"; #endif |
