Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 16 Feb 2010 16:17:48 -0800
From:      Xin LI <delphij@delphij.net>
To:        Michael Butler <imb@protected-networks.net>
Cc:        current@FreeBSD.org, "M. Warner Losh" <imp@ixsystems.com>
Subject:   Re: rpcbind compilation problem
Message-ID:  <4B7B35AC.2020204@delphij.net>
In-Reply-To: <4B7B2E93.6020300@protected-networks.net>
References:  <4B7B2E93.6020300@protected-networks.net>

next in thread | previous in thread | raw e-mail | index | archive | help
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

On 2010/02/16 15:47, Michael Butler wrote:
> It appears that SVN rev 203972 added this ..
> 
> @@ -185,6 +178,8 @@ addrmerge(struct netbuf *caller, char *s
>  		if (ifsa == NULL || ifsa->sa_family != hint_sa->sa_family ||
>  		    !(ifap->ifa_flags & IFF_UP))
>  			continue;
> +		if (!addr_is_bound(ifsa))
> +			continue;
> 
>  		if (!(ifap->ifa_flags & IFF_LOOPBACK) && !listen_addr(ifsa))
>  			continue;
> 
>  .. which breaks the compilation as there is no prototype for
> addr_is_bound(),

Looks like it was "sneaked in" with an unrelated (license) change...

Cheers,
- -- 
Xin LI <delphij@delphij.net>	http://www.delphij.net/
FreeBSD - The Power to Serve!	       Live free or die
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.14 (FreeBSD)

iQEcBAEBAgAGBQJLezWsAAoJEATO+BI/yjfByrYH/A8nL7jT/Y941j6JTcFsylEA
lMXzDPrtr5476pMwXZIRoRRUYdp82twxnLbWExe+YyuxvcoVqxqoCJcsL4/bsaE1
NiwcqwfZsAT6IJp21mwvgHZD5xDKouK6mRW7HIKVPzSuBAco0oPaJqh7339MOr6P
oQhhuA8a/vqaL4Rt+vLf72CRutXCqJxYTe+Loh8C0nqj4qqLgmg7170Nlguva00w
bWx5IaGAn4bV8mDPzaYVCtra1TGgTX8QXmJltkuhew+gZWtphCZbDe7FII4rrgRt
Ka2TZySbeGqGZWgXB41Z8j6Y2CfAywBAsQR1582j9hHbnMM3NeMvGceqXwrT8YM=
=uWcT
-----END PGP SIGNATURE-----



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4B7B35AC.2020204>