summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2006-10-13 18:51:08 +0000
committerJim Meyering <jim@meyering.net>2006-10-13 18:51:08 +0000
commitdc9790379c129698d0dead906135a4a7b0b551f6 (patch)
treecf62bdc10d300080d825f1d711a86c2f6d8c70f0 /ChangeLog
parent8552234cb58fa8bb17a3ee53ee4bfafd5d2e1ec1 (diff)
downloadcoreutils-dc9790379c129698d0dead906135a4a7b0b551f6.tar.xz
* src/chown-core.c (change_file_owner): Use fstatat, not stat,
now that we're using fts_open with FTS_CWDFD. * tests/chgrp/posix-H: Add --preserve-root to an invocation of chgrp, to exercise the above fix.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 021f69276..1ca6b4490 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
2006-10-13 Jim Meyering <jim@meyering.net>
+ * src/chown-core.c (change_file_owner): Use fstatat, not stat,
+ now that we're using fts_open with FTS_CWDFD.
+ * tests/chgrp/posix-H: Add --preserve-root to an invocation of
+ chgrp, to exercise the above fix.
+
* src/du-tests: Clean up a little, though it's still not portable.
* .vg-suppressions: Add 3 more for debian unstable.