From owner-cvs-lib Wed Jun 5 17:06:10 1996 Return-Path: owner-cvs-lib Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id RAA19303 for cvs-lib-outgoing; Wed, 5 Jun 1996 17:06:10 -0700 (PDT) Received: (from nate@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id RAA19276; Wed, 5 Jun 1996 17:05:49 -0700 (PDT) Date: Wed, 5 Jun 1996 17:05:49 -0700 (PDT) From: Nate Williams Message-Id: <199606060005.RAA19276@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-lib Subject: cvs commit: src/lib/libc/net gethostbydns.c Sender: owner-cvs-lib@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk nate 96/06/05 17:05:48 Branch: lib/libc/net RELENG_2_1_0 Modified: lib/libc/net gethostbydns.c Log: Bring in changes from the HEAD. Note, I'm only bringing in the bare minimum necessary to support doing reverse PTR using CNAME's, which is necessary for the 'Classless in-addr.arpa delegation' draft, which is now in use by many ISPs. This file is now the at the 'bind-4.9.3-REL' revision level. Inspired by: John Capo Revision Changes Path 1.4.4.4 +95 -60 src/lib/libc/net/gethostbydns.c