about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorFlorian Weimer <fweimer@redhat.com>2017-06-30 11:31:02 +0200
committerFlorian Weimer <fweimer@redhat.com>2017-06-30 11:31:02 +0200
commit7ab27b76d2d47942bc2ed74f674b62c3a51994bb (patch)
treedf360e7495f99bfa1fb03b4caed674fe3ebd10b1 /ChangeLog
parent5f17245d3e30ce9510a4061cf2a277cd8f6a815f (diff)
downloadglibc-7ab27b76d2d47942bc2ed74f674b62c3a51994bb.tar.gz
glibc-7ab27b76d2d47942bc2ed74f674b62c3a51994bb.tar.xz
glibc-7ab27b76d2d47942bc2ed74f674b62c3a51994bb.zip
resolv: Remove DEBUG macro from resolv/res_mkquery.c
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b340c7ff9d..956e8bd0af 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
 2017-06-30  Florian Weimer  <fweimer@redhat.com>
 
+	* resolv/res_mkquery.c (DEBUG): Remove macro and preprocessor
+	conditionals.
+
+2017-06-30  Florian Weimer  <fweimer@redhat.com>
+
 	* support/support_capture_subprocess_check.c
 	(support_capture_subprocess_check): Report actual exit status.