about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorFlorian Weimer <fweimer@redhat.com>2017-04-04 14:36:02 +0200
committerFlorian Weimer <fweimer@redhat.com>2017-04-04 20:56:23 +0200
commit44f28da7cab271b659551c4fe1a7d2e420803576 (patch)
tree20a35f17595d3d5dfc54989b6cf6981563cb0e5a /ChangeLog
parent75b3a15e077dbfdfd8cbb3449369379e700b9972 (diff)
downloadglibc-44f28da7cab271b659551c4fe1a7d2e420803576.tar.gz
glibc-44f28da7cab271b659551c4fe1a7d2e420803576.tar.xz
glibc-44f28da7cab271b659551c4fe1a7d2e420803576.zip
nss_dns: Replace local declarations with declarations from a header file
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 406b961f62..f2d13c4640 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,16 @@
 2017-04-04  Florian Weimer  <fweimer@redhat.com>
 
+	* include/arpa/nameser.h (__ns_name_ntop, __ns_name_unpack):
+	Declare.
+	* resolv/nss_dns/dns-network.c: Include <arpa/nameser.h>.
+	(NS_MAXCDNAME): Remove definition.
+	(__ns_name_ntop, __ns_name_unpack): Remove declaration.
+	* resolv/nss_dns/dns-host.c: Include <arpa/nameser.h>.
+	(NS_MAXCDNAME): Remove definition.
+	(__ns_name_ntop, __ns_name_unpack): Remove declaration.
+
+2017-04-04  Florian Weimer  <fweimer@redhat.com>
+
 	* resolv/nss_dns/dns-network.c (getanswer_r): Remove __dn_expand
 	call whose result is not used.