summaryrefslogtreecommitdiff
path: root/lib/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'lib/ChangeLog')
-rw-r--r--lib/ChangeLog8
1 files changed, 8 insertions, 0 deletions
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 <jim@meyering.net>
+
+ * 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 <eggert@cs.ucla.edu>
* vasnprintf.c (VASNPRINTF): Rewrite the computation so that we