summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2009-04-26 22:31:19 +0000
committerUlrich Drepper <drepper@redhat.com>2009-04-26 22:31:19 +0000
commit1ac03a1e44079a28f9dd55bfc80b6496618c5147 (patch)
treed7be81fd5657f8f17f33f46a14386a2ce4219a83 /ChangeLog
parent6cc8844f1dd985360f662e78ff2272039025635f (diff)
* nscd/connections.c (send_ro_fd): Define temporary variable to avoid
warning. * elf/sprof.c: Likewise.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 719e2cace6..8419b29a44 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
2009-04-26 Ulrich Drepper <drepper@redhat.com>
+ * nscd/connections.c (send_ro_fd): Define temporary variable to avoid
+ warning.
+
* sysdeps/unix/sysv/linux/dl-osinfo.h (dl_fatal): Remove inline
from definition.
@@ -8,6 +11,7 @@
* elf/dl-profile.c (_dl_start_profile): Define real-type variant
of gmon_hist_hdr and gmon_hdr structures and use them.
+ * elf/sprof.c: Likewise.
* elf/dl-load.c (open_verify): Add temporary variable to avoid
warning.