diff options
Diffstat (limited to 'lib')
-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. |