From owner-cvs-include Sun Aug 20 13:16:17 1995 Return-Path: cvs-include-owner Received: (from majordom@localhost) by freefall.FreeBSD.org (8.6.11/8.6.6) id NAA15906 for cvs-include-outgoing; Sun, 20 Aug 1995 13:16:17 -0700 Received: from haywire.DIALix.COM (haywire.DIALix.COM [192.203.228.65]) by freefall.FreeBSD.org (8.6.11/8.6.6) with ESMTP id NAA15888 ; Sun, 20 Aug 1995 13:15:59 -0700 Received: (from peter@localhost) by haywire.DIALix.COM (8.7.Beta.11/8.7.Beta.11/DIALix) id EAA25831; Mon, 21 Aug 1995 04:15:53 +0800 (WST) Date: Mon, 21 Aug 1995 04:15:52 +0800 (WST) From: Peter Wemm To: CVS-commiters@freefall.FreeBSD.org, cvs-include@freefall.FreeBSD.org Subject: Re: cvs commit: src/include/arpa nameser.h In-Reply-To: <199508201959.MAA15276@freefall.FreeBSD.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: cvs-include-owner@FreeBSD.org Precedence: bulk On Sun, 20 Aug 1995, Peter Wemm wrote: > peter 95/08/20 12:59:31 > > Modified: include netdb.h resolv.h > include/arpa nameser.h > Log: > Update the resolver include files to bind-4.9.3-beta24 level (from beta9p1) > Note: this was done by selective patching from diffs by hand, in order > to not conflict with the 4.4BSD base code. Beta9 was done the same way. > > Obtained from: Paul Vixie Some quick notes: - Paul Vixie has agreed to this. - bind is Paul Traina's area. His arm was twisted to get him to agree to allow this, it's my kneecaps on the line, not his.. - One field has become 'reserved' in the _res structure.. The old bind may not appreciate that, I suspect.. I missed the window for the ctm and sup scans to get it all done at once... :-( - It is binary and link compatable otherwise. The structure change was for a bit that was previously unused, but referred to in the debug print code... -Peter