CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2020/01/21 03:11:09
Modified files:
usr.sbin/bind/lib/isc: Makefile.in app_api.c socket_api.c task.c
timer.c
usr.sbin/bind/lib/isc/unix: app.c
Removed files:
usr.sbin/bind/lib/isc: bind9.c lib.c
Log message:
libisc has a global variable called "isc_bind9" that indicates the
program-family
(bind, dig, nslookup, host..) the library is being used by, this flag is cleared
using a constructor-like mechanism in a .c file which is not compiled nor
called.
if the flag is cleared, the library acts differently in 40+ functions.
Imagine if our libc had such a global variable??
delete all of that.
ok florian