diff --git a/lib/ChangeLog b/lib/ChangeLog index 47481ddd4..a21612060 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,3 +1,11 @@ +2006-02-17 Jim Meyering + + * openat.c: Include lstat.h, so that uses of lstat are converted + to uses of rpl_lstat, e.g., on Solaris 9. Otherwise, programs like + du (which now uses the openat-enabled fts and hence fstatat) would + mistakenly fail to dereference a symlink-to-directory specified + with a trailing slash. + 2006-02-14 Paul Eggert * vasnprintf.c (VASNPRINTF): Rewrite the computation so that we