CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2019/12/23 08:03:46
Modified files:
sbin/unwind : resolver.c
sbin/unwind/libunbound/util: Makefile.inc
Added files:
sbin/unwind/libunbound/util: ub_event_pluggable.c
Removed files:
sbin/unwind/libunbound/util: ub_event.c
Log message:
Ralph Dolmans from nlnetlabs points out that libunbound uses
ub_event_pluggable.c instead of ub_event.c.
( https://github.com/NLnetLabs/unbound/issues/99 )
We have been the odd one out, so switch to ub_event_pluggable, too.