From: Jim Meyering Date: Thu, 6 Mar 2003 14:14:22 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: v4.5.10~116 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=c71e43ce1d6bbdf9a63c55f3b23b46d7874bd2fe;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/lib/ChangeLog b/lib/ChangeLog index 0857a61708..6fe7031cda 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,3 +1,11 @@ +2003-03-06 Jim Meyering + + Fix a bug that causes du to dump core on 64-bit systems. + * ftw.c (ftw_startup): Declare `func' parameter to be of type + NFTW_FUNC_T, not void* which may be smaller on 64-bit systems. + Remove now-unnecessary cast. + (FTW_NAME): Cast func argument to type `NFTW_FUNC_T'. + 2003-03-05 Jim Meyering * physmem.c (ARRAY_SIZE): Define it.