1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-07-29 11:41:21 +03:00

resolv: Deprecate RES_BLAST

This commit is contained in:
Florian Weimer
2016-12-31 19:08:39 +01:00
parent b76e065991
commit bbe989ee87
5 changed files with 13 additions and 7 deletions

View File

@ -558,7 +558,6 @@ p_option(u_long option) {
case RES_NOALIASES: return "noaliases";
case DEPRECATED_RES_USE_INET6: return "inet6";
case RES_ROTATE: return "rotate";
case RES_BLAST: return "blast";
case RES_USE_EDNS0: return "edns0";
case RES_SNGLKUP: return "single-request";
case RES_SNGLKUPREOP: return "single-request-reopen";