]> git.ipfire.org Git - thirdparty/dovecot/core.git/commit
lib: Use size of size_t instead of data-model for bit-widths
authorKarl Fleischmann <karl.fleischmann@open-xchange.com>
Fri, 24 Jun 2022 06:07:09 +0000 (08:07 +0200)
committerKarl Fleischmann <karl.fleischmann@open-xchange.com>
Mon, 4 Jul 2022 10:03:04 +0000 (12:03 +0200)
commitccf94de6e3b5caea711d71ed47026e4626d738a6
tree75eaaaf58bd2606488ade8fed8244d97906c03ab
parentd1fb2d5647cb0a4417cd08c39ef156fd1b082a6a
lib: Use size of size_t instead of data-model for bit-widths

This commit drops the generic and confusing data-model check (that
is a platform-specific value of bit-widths for various data types) in
favor of checking the actually used size (i.e. size_t).
configure.ac
src/lib/bits.c
src/lib/compat.h
src/lib/test-mempool-allocfree.c
src/lib/test-mempool-alloconly.c
src/lib/test-mempool.c