From: Jim Meyering Date: Thu, 6 Mar 2003 22:04:54 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: v4.5.10~112 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=08e9a37430ca54cf46aaf005478fc05e1d31516c;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/lib/ChangeLog b/lib/ChangeLog index 6fe7031cda..f9bf618a20 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,5 +1,8 @@ 2003-03-06 Jim Meyering + * getcwd.c [!HAVE_DECL_GETCWD]: Declare getcwd. + Suggestion from Nelson Beebe. + 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.