]> git.ipfire.org Git - thirdparty/glibc.git/commit
resolv: Remove support for RES_USE_INET6 and the inet6 option
authorFlorian Weimer <fweimer@redhat.com>
Mon, 8 Apr 2019 08:40:31 +0000 (10:40 +0200)
committerFlorian Weimer <fweimer@redhat.com>
Mon, 8 Apr 2019 08:56:22 +0000 (10:56 +0200)
commit3f8b44be0a658266adff5ece1e4bc3ce097a5dbe
tree060ffb11ccd5433902b8c60c3e80dc0f140ec55d
parent94e358f6d490650c714edb1ffc3a52f56ffe086e
resolv: Remove support for RES_USE_INET6 and the inet6 option

This functionality was deprecated in glibc 2.25.

This commit only includes the core changes to remove the
functionality.  It does not remove the RES_USE_INET6 handling in the
individual NSS service modules and the res_use_inet6 function.
These changes will happen in future commits.
15 files changed:
ChangeLog
NEWS
nscd/aicache.c
nscd/nscd_gethst_r.c
resolv/Makefile
resolv/res_debug.c
resolv/res_init.c
resolv/res_use_inet6.h [deleted file]
resolv/resolv-internal.h
resolv/resolv.h
resolv/resolv_context.h
resolv/tst-res_use_inet6.c [deleted file]
resolv/tst-resolv-res_init-skeleton.c
resolv/tst-resolv-threads.c
sysdeps/posix/getaddrinfo.c