From: Jim Meyering Date: Tue, 17 Jan 2006 17:42:57 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: v6.0~860 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=88df081621f9517ed9777c0b954915d747025353;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/lib/ChangeLog b/lib/ChangeLog index a6f4da2c52..d7cc44fa6e 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,5 +1,6 @@ 2006-01-17 Jim Meyering + Rewrite fts.c not to change the current working directory, by using openat, fstatat, fdopendir, etc.. @@ -27,6 +28,9 @@ [struct FTS] (fts_rft): Remove now-unused member. [struct FTS] (fts_cycle.state): Improve comment. + * openat.c (openat_needs_fchdir): New function. + * openat.h (openat_needs_fchdir): Declare it. + 2006-01-12 Jim Meyering * stdint_.h: Remove useless parentheses in cpp directives, so that