]> git.ipfire.org Git - thirdparty/bind9.git/commit
Remove convenience list macros from isc/util.h
authorOndřej Surý <ondrej@isc.org>
Fri, 28 Feb 2025 20:04:21 +0000 (21:04 +0100)
committerOndřej Surý <ondrej@isc.org>
Sat, 1 Mar 2025 06:33:40 +0000 (07:33 +0100)
commitc5075a9a616d4f4c3959c22b48df0d575ebf26b1
tree8566c8b7c2a12d34939340ed5be644b2f32dc134
parent2aa70fff760911533eee75a263780c057ed80b8e
Remove convenience list macros from isc/util.h

The short convenience list macros were used very sparingly and
inconsistenly in the code base.  As the consistency is prefered over
the convenience, all shortened list macro were removed in favor of
their ISC_LIST API targets.
lib/dns/dyndb.c
lib/dns/qpzone.c
lib/isc/include/isc/util.h
lib/isc/lex.c
lib/isc/netmgr/http.c
lib/isc/netmgr/netmgr-int.h
lib/isc/ratelimiter.c
lib/ns/hooks.c