Deleted Added
full compact
1c1
< /* $FreeBSD: head/sys/contrib/ipfilter/netinet/fil.c 172776 2007-10-18 21:52:14Z darrenr $ */
---
> /* $FreeBSD: head/sys/contrib/ipfilter/netinet/fil.c 173181 2007-10-30 15:23:27Z darrenr $ */
158c158
< static const char rcsid[] = "@(#)$FreeBSD: head/sys/contrib/ipfilter/netinet/fil.c 172776 2007-10-18 21:52:14Z darrenr $";
---
> static const char rcsid[] = "@(#)$FreeBSD: head/sys/contrib/ipfilter/netinet/fil.c 173181 2007-10-30 15:23:27Z darrenr $";
2517c2517
< #if (defined(OpenBSD) && OpenBSD >= 200311) && defined(_KERNEL)
---
> #if (defined(OpenBSD) && (OpenBSD >= 200311)) && defined(_KERNEL)
2780c2780
< # if defined(OpenBSD) && OpenBSD >= 200311
---
> # if (defined(OpenBSD) && (OpenBSD >= 200311))
7027d7026
< RWLOCK_EXIT(&ipf_global);
7042a7042
> RWLOCK_EXIT(&ipf_global);
7184d7183
< RWLOCK_EXIT(&ipf_global);
7191a7191
> RWLOCK_EXIT(&ipf_global);