diff options
author | Florian Weimer <fweimer@redhat.com> | 2019-04-08 10:40:31 +0200 |
---|---|---|
committer | Florian Weimer <fweimer@redhat.com> | 2019-04-08 10:56:22 +0200 |
commit | 3f8b44be0a658266adff5ece1e4bc3ce097a5dbe (patch) | |
tree | 060ffb11ccd5433902b8c60c3e80dc0f140ec55d /resolv/res_debug.c | |
parent | 94e358f6d490650c714edb1ffc3a52f56ffe086e (diff) | |
download | glibc-3f8b44be0a658266adff5ece1e4bc3ce097a5dbe.tar glibc-3f8b44be0a658266adff5ece1e4bc3ce097a5dbe.tar.gz glibc-3f8b44be0a658266adff5ece1e4bc3ce097a5dbe.tar.bz2 glibc-3f8b44be0a658266adff5ece1e4bc3ce097a5dbe.zip |
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.
Diffstat (limited to 'resolv/res_debug.c')
-rw-r--r-- | resolv/res_debug.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/resolv/res_debug.c b/resolv/res_debug.c index 7681ad4639..e4664c1da6 100644 --- a/resolv/res_debug.c +++ b/resolv/res_debug.c @@ -607,7 +607,6 @@ p_option(u_long option) { case RES_INSECURE1: return "insecure1"; case RES_INSECURE2: return "insecure2"; case RES_NOALIASES: return "noaliases"; - case DEPRECATED_RES_USE_INET6: return "inet6"; case RES_ROTATE: return "rotate"; case RES_USE_EDNS0: return "edns0"; case RES_SNGLKUP: return "single-request"; |