From owner-freebsd-current@FreeBSD.ORG Wed Feb 17 00:18:05 2010 Return-Path: Delivered-To: current@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 485B11065670 for ; Wed, 17 Feb 2010 00:18:05 +0000 (UTC) (envelope-from delphij@delphij.net) Received: from tarsier.geekcn.org (tarsier.geekcn.org [IPv6:2001:470:a803::1]) by mx1.freebsd.org (Postfix) with ESMTP id 816938FC15 for ; Wed, 17 Feb 2010 00:18:03 +0000 (UTC) Received: from mail.geekcn.org (tarsier.geekcn.org [211.166.10.233]) by tarsier.geekcn.org (Postfix) with ESMTP id 349ACA5801A; Wed, 17 Feb 2010 08:18:02 +0800 (CST) X-Virus-Scanned: amavisd-new at geekcn.org Received: from tarsier.geekcn.org ([211.166.10.233]) by mail.geekcn.org (mail.geekcn.org [211.166.10.233]) (amavisd-new, port 10024) with LMTP id bQV3hhINoVXA; Wed, 17 Feb 2010 08:17:54 +0800 (CST) Received: from delta.delphij.net (drawbridge.ixsystems.com [206.40.55.65]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by tarsier.geekcn.org (Postfix) with ESMTPSA id 0C0C1A58006; Wed, 17 Feb 2010 08:17:52 +0800 (CST) DomainKey-Signature: a=rsa-sha1; s=default; d=delphij.net; c=nofws; q=dns; h=message-id:date:from:reply-to:organization:user-agent: mime-version:to:cc:subject:references:in-reply-to: x-enigmail-version:openpgp:content-type:content-transfer-encoding; b=Wc+z63DI/goV7KDe7eBRlNAfATvBYPngmMaGS/R1shwAb8a58+hds9xVDVv21wHlo cwb8dEV9iOjWfI3soWhGw== Message-ID: <4B7B35AC.2020204@delphij.net> Date: Tue, 16 Feb 2010 16:17:48 -0800 From: Xin LI Organization: The Geek China Organization User-Agent: Mozilla/5.0 (X11; U; FreeBSD amd64; en-US; rv:1.9.1.7) Gecko/20100207 Thunderbird/3.0.1 ThunderBrowse/3.2.8.1 MIME-Version: 1.0 To: Michael Butler References: <4B7B2E93.6020300@protected-networks.net> In-Reply-To: <4B7B2E93.6020300@protected-networks.net> X-Enigmail-Version: 1.0 OpenPGP: id=3FCA37C1; url=http://www.delphij.net/delphij.asc Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: current@FreeBSD.org, "M. Warner Losh" Subject: Re: rpcbind compilation problem X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: d@delphij.net List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Feb 2010 00:18:05 -0000 -----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 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-----