if_name and if_unit renaming to if_xname should be dealth with in

ipmon as well.
This commit is contained in:
Guido van Rooij 2004-01-02 13:10:47 +00:00
parent 2affa9f7b1
commit 6b11e29d1e
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=124074

View File

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