]> 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:46 +0000 (21:25 +0200)
commit3f341b996d31fafe76bba18fbb72bd1d55f31920
tree2f1b233aed45bbafae2c0b0e600dd77833dd30a9
parent80669d8c8947e00bacf48bca159ac3c3d469187e
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.

(cherry picked from commit b5cd146033a5a269cae5784ef64d7045fa9f487c)
bin/named/fuzz.c
contrib/dlz/modules/common/dlz_dbi.c
lib/isc/tests/errno_test.c