Make ip_nat compile again. Should read #if->n<-def LARGE_NAT as in ipf 4.x

This commit is contained in:
Max Laier 2004-12-18 03:47:54 +00:00
parent 53d4f8518a
commit 905c6b87b7

View File

@ -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