diff options
author | Florian Weimer <fweimer@redhat.com> | 2017-06-19 13:19:00 +0200 |
---|---|---|
committer | Florian Weimer <fweimer@redhat.com> | 2017-06-19 14:24:24 +0200 |
commit | 94f094f22b50a20de9042cb1e78c7299992a91c9 (patch) | |
tree | 091d16271ff672a72d8cf9927c2a89108c37b738 /ChangeLog | |
parent | e68111fbd63e84b66bd9e03b42721c79230b9b6d (diff) | |
download | glibc-94f094f22b50a20de9042cb1e78c7299992a91c9.zip glibc-94f094f22b50a20de9042cb1e78c7299992a91c9.tar.gz glibc-94f094f22b50a20de9042cb1e78c7299992a91c9.tar.bz2 |
resolv: Introduce is_sort_mask and call it from res_vinit
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,5 +1,11 @@ 2017-06-19 Florian Weimer <fweimer@redhat.com> + * resolv/res_init.c (sort_mask_chars, ISSORTMASK): Remove. + (is_sort_mask): New function. + (__res_vinit): Use it. + +2017-06-19 Florian Weimer <fweimer@redhat.com> + * resolv/res_init.c (res_setoptions): Remove DEBUG preprocessor conditionals. |