summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2006-02-16 23:10:27 +0000
committerJim Meyering <jim@meyering.net>2006-02-16 23:10:27 +0000
commit74699a2b521ccead4236a438adf6c36295034553 (patch)
tree29ff6c4b04a75578ba0ecae0f2d01aebc0c98e04 /lib
parent1ec610ba19ae961a3ee114c3f0e9ee64fd8731dd (diff)
downloadcoreutils-74699a2b521ccead4236a438adf6c36295034553.tar.xz
*** empty log message ***
Diffstat (limited to 'lib')
-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