]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
*** empty log message ***
authorJim Meyering <jim@meyering.net>
Thu, 16 Feb 2006 23:10:27 +0000 (23:10 +0000)
committerJim Meyering <jim@meyering.net>
Thu, 16 Feb 2006 23:10:27 +0000 (23:10 +0000)
lib/ChangeLog

index 47481ddd4f45fb5b9094f2f046b13991746642da..a216120606b91bfd646308e53551e3ed54ae8d21 100644 (file)
@@ -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