diff options
author | Jim Meyering <jim@meyering.net> | 2003-03-06 22:04:54 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2003-03-06 22:04:54 +0000 |
commit | 08e9a37430ca54cf46aaf005478fc05e1d31516c (patch) | |
tree | 976b8f4d1042cba6cf5483424abc5d71501eff31 | |
parent | a63a08387992468dffa3bd9d27ce39f5afa95cf3 (diff) | |
download | coreutils-08e9a37430ca54cf46aaf005478fc05e1d31516c.tar.xz |
*** empty log message ***
-rw-r--r-- | lib/ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/ChangeLog b/lib/ChangeLog index 6fe7031cd..f9bf618a2 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,5 +1,8 @@ 2003-03-06 Jim Meyering <jim@meyering.net> + * 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. |