rpcbind compilation problem
Michael Butler
imb at protected-networks.net
Tue Feb 16 23:47:34 UTC 2010
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
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(),
imb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (FreeBSD)
iEYEARECAAYFAkt7LpMACgkQQv9rrgRC1JKMAgCfcg359BXTEnXIbkzKydnrZGbN
5bYAoJ5XbrMtNlHfWJ9nxKkxEz2QTtUG
=FOvd
-----END PGP SIGNATURE-----
More information about the freebsd-current
mailing list