From: Jim Meyering Date: Mon, 15 May 2006 13:28:28 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: v6.0~388 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=db19f3df8b66bb6b4f6181322e0ed28a19bd2601;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/lib/ChangeLog b/lib/ChangeLog index 1286e51744..05b0daeac8 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -9,6 +9,8 @@ 2006-05-13 Jim Meyering + * xfts.c (xfts_open): Always use FTS_CWDFD. + Restore the parts of fts that were removed on 2006-01-17, so that it's easier for legacy applications designed for the version of fts in glibc or BSD to convert to this more robust version.