bind9/bin
Ondřej Surý 913e64e8e1 Remove usage of deprecated ATOMIC_VAR_INIT() macro
The C17 standard deprecated ATOMIC_VAR_INIT() macro (see [1]).  Follow
the suite and remove the ATOMIC_VAR_INIT() usage in favor of simple
assignment of the value as this is what all supported stdatomic.h
implementations do anyway:

  * MacOSX.plaform: #define ATOMIC_VAR_INIT(__v) {__v}
  * Gcc stdatomic.h: #define ATOMIC_VAR_INIT(VALUE)	(VALUE)

1. http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2018/p1138r0.pdf

(cherry picked from commit f251d69eba)
2022-03-09 09:25:37 +01:00
..
check Use compile-time paths in the manual pages 2022-02-10 17:08:24 +01:00
confgen Use compile-time paths in the manual pages 2022-02-10 17:08:24 +01:00
delv Use compile-time paths in the manual pages 2022-02-10 17:08:24 +01:00
dig Remove usage of deprecated ATOMIC_VAR_INIT() macro 2022-03-09 09:25:37 +01:00
dnssec Update the copyright information in all files in the repository 2022-01-11 09:05:02 +01:00
named Make dns_catz_get_iterator() return void 2022-03-08 20:47:06 +01:00
nsupdate Reorder the nsupdate shutdown code to shutdown managers early 2022-03-08 09:50:13 +01:00
plugins Make isc_ht_init() and isc_ht_iter_create() return void 2022-03-08 20:47:06 +01:00
rndc Remove usage of deprecated ATOMIC_VAR_INIT() macro 2022-03-09 09:25:37 +01:00
tests Make isc_ht_init() and isc_ht_iter_create() return void 2022-03-08 20:47:06 +01:00
tools Update the copyright information in all files in the repository 2022-01-11 09:05:02 +01:00
Makefile.am Remove native PKCS#11 support 2021-09-09 15:35:39 +02:00