From 74699a2b521ccead4236a438adf6c36295034553 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Thu, 16 Feb 2006 23:10:27 +0000 Subject: [PATCH] *** empty log message *** --- lib/ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) 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