summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2009-03-17 00:35:19 +0000
committerUlrich Drepper <drepper@redhat.com>2009-03-17 00:35:19 +0000
commitae8d7b447701c455c3b4e9b345c6bc02f9d92504 (patch)
tree1546414973f584c95f9398cfb58269a6760282a6
parent8efb2f1ca042578c0c490a8c7677120c402e0455 (diff)
* include/dirent.h: Yet more changes to match sort function type
change. * sysdeps/unix/sysv/linux/i386/alphasort64.c: Likewise. * sysdeps/unix/sysv/linux/i386/olddirent.h: Likewise. * sysdeps/unix/sysv/linux/i386/versionsort64.c: Likewise.
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 3bdae6ab67..7c6bae16bc 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2009-03-16 Ulrich Drepper <drepper@redhat.com>
+
+ * include/dirent.h: Yet more changes to match sort function type
+ change.
+ * sysdeps/unix/sysv/linux/i386/alphasort64.c: Likewise.
+ * sysdeps/unix/sysv/linux/i386/olddirent.h: Likewise.
+ * sysdeps/unix/sysv/linux/i386/versionsort64.c: Likewise.
+
2009-03-16 Thomas Schwinge <tschwinge@gnu.org>
* dirent/scandir64.c (scandir64): Adjust declaration to type change.