Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/external/bsd/unbound/lib/libunbound Revert prior



details:   https://anonhg.NetBSD.org/src/rev/c1e305f32571
branches:  trunk
changeset: 958355:c1e305f32571
user:      roy <roy%NetBSD.org@localhost>
date:      Fri Jan 01 23:17:15 2021 +0000

description:
Revert prior

With the correct #defines mini_event.c and winsock_event.c are
compiled but practically unused.

What is exposed is not part of the public API, but appease the
peanut gallery.

diffstat:

 external/bsd/unbound/lib/libunbound/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (25 lines):

diff -r 23301758bc94 -r c1e305f32571 external/bsd/unbound/lib/libunbound/Makefile
--- a/external/bsd/unbound/lib/libunbound/Makefile      Fri Jan 01 23:07:48 2021 +0000
+++ b/external/bsd/unbound/lib/libunbound/Makefile      Fri Jan 01 23:17:15 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2021/01/01 20:38:36 roy Exp $
+# $NetBSD: Makefile,v 1.6 2021/01/01 23:17:15 roy Exp $
 
 .include <bsd.init.mk>
 
@@ -55,6 +55,7 @@
 lookup3.c \
 lruhash.c \
 mesh.c \
+mini_event.c \
 modstack.c \
 module.c \
 msgencode.c \
@@ -92,6 +93,7 @@
 val_utils.c \
 validator.c \
 view.c \
+winsock_event.c \
 wire2str.c
 
 LIBDPLIBS+= ${DPLIBS}



Home | Main Index | Thread Index | Old Index