From: Jim Meyering Date: Tue, 8 Jun 2004 16:32:14 +0000 (+0000) Subject: s/FTS_STAT/FTS_NOSTAT/ X-Git-Tag: v5.3.0~1367 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=4925135810420398c46635561d52944cb2760c83;p=thirdparty%2Fcoreutils.git s/FTS_STAT/FTS_NOSTAT/ --- diff --git a/ChangeLog b/ChangeLog index bdef55ae6e..330a6215c2 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.