We were a bit too enthusiastic when we copied libunbound and some other
authorflorian <florian@openbsd.org>
Sat, 18 Jun 2022 16:17:29 +0000 (16:17 +0000)
committerflorian <florian@openbsd.org>
Sat, 18 Jun 2022 16:17:29 +0000 (16:17 +0000)
commit8e1ed8334a836475ece82190796e47054451692c
tree413aeb196981e9f1683d10f6f36ee6e68fb8dcf3
parent095ee05c25b0be288ae55e9ba5a5cc519f48590e
We were a bit too enthusiastic when we copied libunbound and some other
helper functions from unbound(8).
Delete unused shared memory functions that the unbound(8) daemon uses
for statistics gathering. While here get rid of daemon.h which is
unused, too.
With this we can remove the hack in config.h to pretend we don't have
shmget to prevent linker errors which makes syncing with unbound(8)
easier.
sbin/unwind/libunbound/Makefile.inc
sbin/unwind/libunbound/daemon/daemon.h [deleted file]
sbin/unwind/libunbound/util/shm_side/Makefile.inc [deleted file]
sbin/unwind/libunbound/util/shm_side/shm_main.c [deleted file]
sbin/unwind/libunbound/util/shm_side/shm_main.h [deleted file]