diff options
| author | Max Laier <mlaier@FreeBSD.org> | 2004-12-18 03:47:54 +0000 |
|---|---|---|
| committer | Max Laier <mlaier@FreeBSD.org> | 2004-12-18 03:47:54 +0000 |
| commit | 905c6b87b7c985ce158ba05bc86e39b07288d229 (patch) | |
| tree | 0a2bffa98fd99df59367b6125d2dfc237176da13 | |
| parent | 53d4f8518a8eafe11f3599fbcf89f33c4c7facb0 (diff) | |
Notes
| -rw-r--r-- | sys/contrib/ipfilter/netinet/ip_nat.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/contrib/ipfilter/netinet/ip_nat.c b/sys/contrib/ipfilter/netinet/ip_nat.c index ead93abe3ece..5ebdcfc59b53 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 |
