svn commit: r279030 - in head/sys: net netinet netinet6

Tijl Coosemans tijl at FreeBSD.org
Mon Feb 23 16:57:16 UTC 2015


On Thu, 19 Feb 2015 23:16:10 +0000 (UTC) Gleb Smirnoff <glebius at FreeBSD.org> wrote:
> Author: glebius
> Date: Thu Feb 19 23:16:10 2015
> New Revision: 279030
> URL: https://svnweb.freebsd.org/changeset/base/279030
> 
> Log:
>   Now that all users of _WANT_IFADDR are fixed, remove this crutch and
>   hide ifaddr, in_ifaddr and in6_ifaddr under _KERNEL.

There are reports that net-snmp is broken now.  Removal of a userland
interface should get a ports exp-run.

Grepping the ports tree for _WANT_IFADDR brings up these:

devel/libgtop/Makefile:CPPFLAGS+=	-I${LOCALBASE}/include
	-DHAVE_NET_IF_VAR_H -D_WANT_IFADDR
net-mgmt/net-snmp/Makefile:CFLAGS+=	-D_WANT_IFADDR

Can you have a look at them?


More information about the svn-src-head mailing list