From: Ulrich Drepper Date: Tue, 17 Mar 2009 00:35:19 +0000 (+0000) Subject: * include/dirent.h: Yet more changes to match sort function type X-Git-Tag: cvs/fedora-glibc-20090320T1944~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ae8d7b447701c455c3b4e9b345c6bc02f9d92504;p=thirdparty%2Fglibc.git * 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. --- diff --git a/ChangeLog b/ChangeLog index 3bdae6ab674..7c6bae16bc1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2009-03-16 Ulrich Drepper + + * 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 * dirent/scandir64.c (scandir64): Adjust declaration to type change.