]> git.ipfire.org Git - thirdparty/bind9.git/commit
Always include <errno.h> instead of <sys/errno.h>
authorMichał Kępień <michal@isc.org>
Tue, 30 Jul 2019 19:08:40 +0000 (21:08 +0200)
committerMichał Kępień <michal@isc.org>
Tue, 30 Jul 2019 19:25:18 +0000 (21:25 +0200)
commitb5cd146033a5a269cae5784ef64d7045fa9f487c
treed1d67f2d776da0d6ca752f4e5beadc7be375791e
parent5381ac0fcc4db3c574d28ee0b0886ce430548161
Always include <errno.h> instead of <sys/errno.h>

Including <sys/errno.h> instead of <errno.h> raises a compiler warning
when building against musl libc.  Always include <errno.h> instead of
<sys/errno.h> to prevent that compilation warning from being triggered
and to achieve consistency in this regard across the entire source tree.
bin/named/fuzz.c
contrib/dlz/modules/common/dlz_dbi.c
lib/isc/tests/errno_test.c