summaryrefslogtreecommitdiffstats
path: root/contrib/ipfilter
diff options
context:
space:
mode:
authorguido <guido@FreeBSD.org>2004-01-02 13:10:47 +0000
committerguido <guido@FreeBSD.org>2004-01-02 13:10:47 +0000
commit588931c92445f25c39e5aae498a081b3053663bd (patch)
tree836210db1412796c2a5d3524dce990e28fc03060 /contrib/ipfilter
parent248990949d1cf3d7e7db488387f3486b318b87de (diff)
downloadFreeBSD-src-588931c92445f25c39e5aae498a081b3053663bd.zip
FreeBSD-src-588931c92445f25c39e5aae498a081b3053663bd.tar.gz
if_name and if_unit renaming to if_xname should be dealth with in
ipmon as well.
Diffstat (limited to 'contrib/ipfilter')
-rw-r--r--contrib/ipfilter/ipmon.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/contrib/ipfilter/ipmon.c b/contrib/ipfilter/ipmon.c
index c8b032e..4f557ef 100644
--- a/contrib/ipfilter/ipmon.c
+++ b/contrib/ipfilter/ipmon.c
@@ -922,6 +922,7 @@ int blen;
}
#if (SOLARIS || \
(defined(NetBSD) && (NetBSD <= 1991011) && (NetBSD >= 199603)) || \
+ (defined(__FreeBSD__) && (__FreeBSD_version >= 501113)) || \
(defined(OpenBSD) && (OpenBSD >= 199603))) || defined(linux)
{
char ifname[sizeof(ipf->fl_ifname) + 1];
OpenPOWER on IntegriCloud