CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2020/01/06 10:47:00
Modified files:
usr.sbin/bind : configure configure.in
usr.sbin/bind/bin/dig: Makefile.in dighost.c
usr.sbin/bind/lib: Makefile.in
usr.sbin/bind/make: includes.in
Removed files:
usr.sbin/bind/lib/bind9: Makefile.in api check.c getaddresses.c
version.c
usr.sbin/bind/lib/bind9/include: Makefile.in
usr.sbin/bind/lib/bind9/include/bind9: Makefile.in check.h
getaddresses.h version.h
Log message:
We don't need libbind9 if we remove a thick wrapper around getaddrinfo
and move the remaining bits to dighost.c. Minus 4k lines.
OK sthen