From 905c6b87b7c985ce158ba05bc86e39b07288d229 Mon Sep 17 00:00:00 2001 From: Max Laier Date: Sat, 18 Dec 2004 03:47:54 +0000 Subject: [PATCH] Make ip_nat compile again. Should read #if->n<-def LARGE_NAT as in ipf 4.x --- sys/contrib/ipfilter/netinet/ip_nat.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/contrib/ipfilter/netinet/ip_nat.c b/sys/contrib/ipfilter/netinet/ip_nat.c index ead93abe3ec..5ebdcfc59b5 100644 --- a/sys/contrib/ipfilter/netinet/ip_nat.c +++ b/sys/contrib/ipfilter/netinet/ip_nat.c @@ -2879,7 +2879,7 @@ void nat_log(nat, type) struct nat *nat; u_int type; { -# ifdef LARGE_NAT +# ifndef LARGE_NAT struct ipnat *np; int rulen; # endif