Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 16 Feb 2010 18:47:31 -0500
From:      Michael Butler <imb@protected-networks.net>
To:        current@FreeBSD.org
Subject:   rpcbind compilation problem
Message-ID:  <4B7B2E93.6020300@protected-networks.net>

next in thread | raw e-mail | index | archive | help
-----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-----



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