Deleted Added
full compact
9a10,12
> #ifdef __sgi
> # include <sys/ptimers.h>
> #endif
26d28
< #include <sys/uio.h>
66d67
< #include "netinet/ip_proxy.h"
92c93
< static const char rcsid[] = "@(#)$FreeBSD: head/sys/contrib/ipfilter/netinet/ip_frag.c 89336 2002-01-14 09:07:15Z alfred $";
---
> static const char rcsid[] = "@(#)$FreeBSD: head/sys/contrib/ipfilter/netinet/ip_frag.c 92685 2002-03-19 11:44:16Z darrenr $";
497d497
< #ifdef _KERNEL
567a568
> #ifdef _KERNEL
576a578,580
> #else
> void ipfr_slowtimer()
> #endif
586c590
< #ifdef __sgi
---
> #if defined(__sgi) && defined(_KERNEL)
593a598
> #if defined(_KERNEL)
604,605c609,610
< # if defined(__OpenBSD_)
< timeout_add(&ipfr_slowtimer_ch, hz/2, ipfr_slowtimer, NULL);
---
> # if defined(__OpenBSD__)
> timeout_add(&ipfr_slowtimer_ch, hz/2);
615d619
< }
616a621
> }