From: Jim Meyering Date: Fri, 7 Mar 2003 09:52:34 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: v4.5.10~108 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=80ddb4bed4dba983e2beab1698ddff02c643cc2b;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/lib/ChangeLog b/lib/ChangeLog index f9bf618a20..f9c0540110 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,7 +1,13 @@ +2003-03-07 Jim Meyering + + * same.h (same_name): Remove unnecessary inclusion of config.h. + It also happened to lead to infinite recursion in getcwd.c. + (PARAMS): Remove definition and use. + 2003-03-06 Jim Meyering - * getcwd.c [!HAVE_DECL_GETCWD]: Declare getcwd. - Suggestion from Nelson Beebe. + * getcwd.c: #undef getcwd before including system headers. + This avoid a build failure on IRIX 6.5. Reported by 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