aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRoland McGrath <roland@redhat.com>2011-02-04 10:35:15 -0800
committerRoland McGrath <roland@redhat.com>2011-02-04 10:53:51 -0800
commita0bf67cca2b7de3a745ab5cf0f9d6e74078d57af (patch)
tree83eef0b2a457ba62a716a464dad5cadb6e9dbe09 /ChangeLog
parent091023f58fd6a18caeaa275b7c52048cc70dd3d2 (diff)
downloadglibc-a0bf67cca2b7de3a745ab5cf0f9d6e74078d57af.tar
glibc-a0bf67cca2b7de3a745ab5cf0f9d6e74078d57af.tar.gz
glibc-a0bf67cca2b7de3a745ab5cf0f9d6e74078d57af.tar.bz2
glibc-a0bf67cca2b7de3a745ab5cf0f9d6e74078d57af.zip
Fix some warning nits.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog14
1 files changed, 14 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 6b6e6ac202..e2cdc0dc21 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,17 @@
+2011-02-04 Roland McGrath <roland@redhat.com>
+
+ * nis/nis_server.c (nis_servstate): Use the right name for 0.
+ (nis_stats): Likewise.
+ * nis/nis_modify.c (nis_modify): Likewise.
+ * nis/nis_remove.c (nis_remove): Likewise.
+ * nis/nis_add.c (nis_add): Likewise.
+
+ * elf/dl-object.c (_dl_new_object): Remove unused variable L.
+
+ * posix/fnmatch_loop.c: Add some consts.
+
+ * sysdeps/x86_64/multiarch/memset-x86-64.S: Add an #undef.
+
2011-02-02 H.J. Lu <hongjiu.lu@intel.com>
[BZ #12460]