Deleted Added
full compact
37a38,42
> #ifdef __FreeBSD__
> #include <sys/cdefs.h>
> __FBSDID("$FreeBSD: head/sys/contrib/pf/net/pf_ruleset.c 171168 2007-07-03 12:16:07Z mlaier $");
> #endif
>
61a67,69
> #ifdef __FreeBSD__
> #define rs_malloc(x) malloc(x, M_TEMP, M_NOWAIT)
> #else
62a71
> #endif
87a97,98
> #ifndef __FreeBSD__
> /* XXX: hum? */
94a106
> #endif
186a199,201
> #ifdef __FreeBSD__
> struct pf_anchor *anchor = NULL, *dup, *parent = NULL;
> #else
187a203
> #endif