diff options
author | Jim Meyering <jim@meyering.net> | 2003-03-07 09:52:34 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2003-03-07 09:52:34 +0000 |
commit | 80ddb4bed4dba983e2beab1698ddff02c643cc2b (patch) | |
tree | 36866952fd7f2d26e734a9d53e20e79f8e0faab5 /lib/ChangeLog | |
parent | 32ae6e85657892cbe9160204fff76007608c4ace (diff) | |
download | coreutils-80ddb4bed4dba983e2beab1698ddff02c643cc2b.tar.xz |
*** empty log message ***
Diffstat (limited to 'lib/ChangeLog')
-rw-r--r-- | lib/ChangeLog | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/lib/ChangeLog b/lib/ChangeLog index f9bf618a2..f9c054011 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,7 +1,13 @@ +2003-03-07 Jim Meyering <jim@meyering.net> + + * 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 <jim@meyering.net> - * 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 |