]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
s/FTS_STAT/FTS_NOSTAT/
authorJim Meyering <jim@meyering.net>
Tue, 8 Jun 2004 16:32:14 +0000 (16:32 +0000)
committerJim Meyering <jim@meyering.net>
Tue, 8 Jun 2004 16:32:14 +0000 (16:32 +0000)
ChangeLog

index bdef55ae6e5e7b066193d7e2c66b86cd8a9d1ba3..330a6215c29547f521e74a282cada7970b06311f 100644 (file)
--- 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.