bind9/lib
Ondřej Surý a317b2ea1c
Add ISC_{LIST,LINK}_INITIALIZER for designated initializers
Since we are using designated initializers, we were missing initializers
for ISC_LIST and ISC_LINK, add them, so you can do

    *foo = (foo_t){ .list = ISC_LIST_INITIALIZER };

Instead of:

    *foo = (foo_t){ 0 };
    ISC_LIST_INIT(foo->list);

(cherry picked from commit cb3c36b8bf)
2022-10-18 14:30:49 +02:00
..
bind9 Clarify error message about missing inline-signing & dnssec-policy 2022-10-06 10:31:15 +02:00
dns Add support for 'dohpath' to SVCB (and HTTPS) 2022-10-04 15:33:49 +11:00
irs Update clang to version 14 2022-06-16 18:11:03 +02:00
isc Add ISC_{LIST,LINK}_INITIALIZER for designated initializers 2022-10-18 14:30:49 +02:00
isccc Update clang to version 14 2022-06-16 18:11:03 +02:00
isccfg Handle large numbers when parsing/printing a duration 2022-10-17 11:09:06 +00:00
ns Fix ns_statscounter_recursclients counting bug 2022-10-18 10:38:04 +00:00
win32/bindevt Update the copyright information in all files in the repository 2022-01-11 12:22:09 +01:00
.gitignore added gitignore, removed cvsignore 2012-03-03 23:10:05 -08:00
Kyuafile Update the copyright information in all files in the repository 2022-01-11 12:22:09 +01:00
Makefile.in Update the copyright information in all files in the repository 2022-01-11 12:22:09 +01:00