]> git.ipfire.org Git - thirdparty/bind9.git/commit
Use the <stdbit.h> names for bit manipulation shims
authorOndřej Surý <ondrej@isc.org>
Wed, 20 Aug 2025 13:08:39 +0000 (15:08 +0200)
committerOndřej Surý <ondrej@isc.org>
Tue, 26 Aug 2025 13:32:53 +0000 (15:32 +0200)
commit443bbc64918f554d1e0772cc8b84891441df40eb
tree7139de8b6ac1c21e7f6f507846ddfe71478a7d2b
parent38124cfcb242d42d89bdbd1dd5cef03498e8ca8e
Use the <stdbit.h> names for bit manipulation shims

When <stdbit.h> is unavailable, use the stdc names like stdc_count_zeros
instead of ISC_COUNT_ZERO macros to simplify the code.
lib/dns/qp.c
lib/dns/qp_p.h
lib/dns/rpz.c
lib/isc/histo.c
lib/isc/include/isc/bit.h
lib/isc/include/isc/util.h