From owner-cvs-lib Fri Aug 30 14:13:57 1996 Return-Path: owner-cvs-lib Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id OAA23416 for cvs-lib-outgoing; Fri, 30 Aug 1996 14:13:57 -0700 (PDT) Received: (from peter@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id OAA23366; Fri, 30 Aug 1996 14:13:45 -0700 (PDT) Date: Fri, 30 Aug 1996 14:13:45 -0700 (PDT) From: Peter Wemm Message-Id: <199608302113.OAA23366@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-lib Subject: cvs commit: src/lib/libc/net res_comp.c res_data.c res_debug.c res_init.c res_mkquery.c res_query.c res_send.c Makefile.inc res_config.h Sender: owner-cvs-lib@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk peter 96/08/30 14:13:45 Modified: lib/libc/net Makefile.inc res_config.h Added: lib/libc/net res_comp.c res_data.c res_debug.c res_init.c res_mkquery.c res_query.c res_send.c Log: Sigh, back out the last bright idea I had here about compiling the res_* routines from contrib/bind directly. There were too many problems, including having to add -DUSE_OPTIONS_H to the entire libc source in order for the contrib code to pick up it's options, and so on. Instead, I've merged the changes, libc is now self contained again. Revision Changes Path 1.18 +0 -1 src/lib/libc/net/Makefile.inc 1.5 +2 -1 src/lib/libc/net/res_config.h