about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorFlorian Weimer <fweimer@redhat.com>2017-06-19 13:19:00 +0200
committerFlorian Weimer <fweimer@redhat.com>2017-06-19 14:24:24 +0200
commit94f094f22b50a20de9042cb1e78c7299992a91c9 (patch)
tree091d16271ff672a72d8cf9927c2a89108c37b738 /ChangeLog
parente68111fbd63e84b66bd9e03b42721c79230b9b6d (diff)
downloadglibc-94f094f22b50a20de9042cb1e78c7299992a91c9.tar.gz
glibc-94f094f22b50a20de9042cb1e78c7299992a91c9.tar.xz
glibc-94f094f22b50a20de9042cb1e78c7299992a91c9.zip
resolv: Introduce is_sort_mask and call it from res_vinit
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 0e2f1417ef..da00dbd5b4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.