Fix -Wnon-literal-null-conversion clang warning
commitde8c46aee404020fb78a6a283b5be6fbee4f3931
authorMarius Melzer <marius.melzer@kernkonzept.com>
Wed, 20 Dec 2023 12:36:18 +0000 (20 13:36 +0100)
committerWaldemar Brodkorb <wbx@openadk.org>
Fri, 22 Dec 2023 09:48:33 +0000 (22 10:48 +0100)
treea56abcb6ec7528dc7f4b8b5a015d1997dcde6f77
parent3564b811b8539e26e22a237acd9097c847851d78
Fix -Wnon-literal-null-conversion clang warning

Clang warns that the NULL character literal '\0' is used as a pointer
value. Change this to 0 in order to avoid the warning.
libc/inet/resolv.c