Date: Fri, 30 Aug 1996 14:13:45 -0700 (PDT) From: Peter Wemm <peter> 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 Message-ID: <199608302113.OAA23366@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199608302113.OAA23366>