aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorFlorian Weimer <fweimer@redhat.com>2016-05-02 12:10:48 +0200
committerFlorian Weimer <fweimer@redhat.com>2016-05-02 15:11:02 +0200
commit46cb402c6d621ef89b23fa61247faf623e8fb306 (patch)
tree244f0c55e625837b974f898b9064fd0451068cd3 /ChangeLog
parentdbdc657dc0b962ef3ac61585c81e0828d8da42ee (diff)
downloadglibc-46cb402c6d621ef89b23fa61247faf623e8fb306.zip
glibc-46cb402c6d621ef89b23fa61247faf623e8fb306.tar.gz
glibc-46cb402c6d621ef89b23fa61247faf623e8fb306.tar.bz2
hesiod: Remove DEF_RHS
No functional change because DEF_RHS was already disabled before.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 0c9c297..a92df73 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,13 @@
2016-05-02 Florian Weimer <fweimer@redhat.com>
+ * hesiod/hesiod_p.h (DEF_RHS): Remove.
+ * hesiod/hesiod.c (hesiod_init): Remove code for handling DEF_RHS.
+
+2016-05-02 Florian Weimer <fweimer@redhat.com>
+
* hesiod/hesiod.h: Remove RCS keyword.
* hesiod/hesiod_p.h: Likewise.
+
* hesiod/hesiod.c: Likewise.
2016-05-01 Arnas Udovičius <arnas.udovicius@gmail.com>