summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2004-06-08 16:32:14 +0000
committerJim Meyering <jim@meyering.net>2004-06-08 16:32:14 +0000
commit4925135810420398c46635561d52944cb2760c83 (patch)
treee1acef313122a1f810138650f58ff7695264c59f /ChangeLog
parent5fe68c2d94b38bb2509fb70b869c9c54b7d27658 (diff)
downloadcoreutils-4925135810420398c46635561d52944cb2760c83.tar.xz
s/FTS_STAT/FTS_NOSTAT/
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index bdef55ae6..330a6215c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -37,7 +37,7 @@
thing with symlinks and/or -1 arguments, now that we have wrappers
to do this. Use ENOTSUPP not ENOSYS, and ignore all ENOTSUPP
errors, not just command-line errors.
- (chown_files): Pass FTS_STAT to xfts_open if we don't need file status.
+ (chown_files): Pass FTS_NOSTAT to xfts_open if we don't need file status.
* src/system.h (ENOTSUP): Remove.