From owner-cvs-all@FreeBSD.ORG Wed Jan 4 19:49:17 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 02CAD16A41F; Wed, 4 Jan 2006 19:49:17 +0000 (GMT) (envelope-from scottl@samsco.org) Received: from pooker.samsco.org (pooker.samsco.org [168.103.85.57]) by mx1.FreeBSD.org (Postfix) with ESMTP id AD28D43D7E; Wed, 4 Jan 2006 19:49:10 +0000 (GMT) (envelope-from scottl@samsco.org) Received: from [192.168.254.14] (imini.samsco.home [192.168.254.14]) (authenticated bits=0) by pooker.samsco.org (8.13.4/8.13.4) with ESMTP id k04Jn8bf081811; Wed, 4 Jan 2006 12:49:08 -0700 (MST) (envelope-from scottl@samsco.org) Message-ID: <43BC26B4.1010902@samsco.org> Date: Wed, 04 Jan 2006 12:49:08 -0700 From: Scott Long User-Agent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.7.7) Gecko/20050416 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Doug Barton References: <200601041918.k04JIiWj020846@repoman.freebsd.org> In-Reply-To: <200601041918.k04JIiWj020846@repoman.freebsd.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-1.4 required=3.8 tests=ALL_TRUSTED autolearn=failed version=3.1.0 X-Spam-Checker-Version: SpamAssassin 3.1.0 (2005-09-13) on pooker.samsco.org Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/contrib/bind9/lib/bind/irs - Imported sources X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 04 Jan 2006 19:49:17 -0000 Doug Barton wrote: > dougb 2006-01-04 19:18:43 UTC > > FreeBSD src repository > > src/contrib/bind9/lib/bind/irs - Imported sources > Update of /home/ncvs/src/contrib/bind9/lib/bind/irs > In directory repoman.freebsd.org:/tmp/cvs-serv20707 > > Log Message: > After some discussion with the folks at ISC, it turns out that the _ai_pad > part of the structure was a hack to maintain binary compatibility with > Sun binaries, and my understanding is that it's not needed generally > on sparc systems running other operating systems. Therefore, hide this > code behind the same set of tests as in lib/bind/include/netdb.h. > > This file is being imported on the vendor branch because a similar change > (or change with similar effect) will be in the next version of BIND 9. > > This change will not affect other platforms in any way. > > Status: > > Vendor Tag: ISC > Release Tags: BIND_9_3_2_dougb_p1 > > U src/contrib/bind9/lib/bind/irs/getaddrinfo.c > > No conflicts created by this import > Many many thanks for working on this. Scott