From owner-cvs-lib Mon Dec 23 18:10:27 1996 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id SAA04533 for cvs-lib-outgoing; Mon, 23 Dec 1996 18:10:27 -0800 (PST) Received: (from wpaul@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id SAA04526; Mon, 23 Dec 1996 18:10:26 -0800 (PST) Date: Mon, 23 Dec 1996 18:10:26 -0800 (PST) From: Bill Paul Message-Id: <199612240210.SAA04526@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 wpaul 96/12/23 18:10:25 Modified: lib/libc/net gethostbydns.c Log: Make the __dns_getanswer() wrapper work right. For the newer versions of BIND, we need to tweak some things to that gethostanswer() knows whether or not we're dealing with an IPv4 or IPv6 address. (This'll teach me to use a 2.1.0 system for NIS development -- but it's so nice and stable I just can't being myself to upgrade it. :) Revision Changes Path 1.14 +14 -1 src/lib/libc/net/gethostbydns.c