rpcbind compilation problem

From: Michael Butler <imb_at_protected-networks.net>
Date: Tue, 16 Feb 2010 18:47:31 -0500
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

It appears that SVN rev 203972 added this ..

_at__at_ -185,6 +178,8 _at__at_ 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-----
Received on Tue Feb 16 2010 - 22:47:34 UTC

This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:40:00 UTC