From: Jim Meyering Date: Fri, 23 Dec 2005 12:00:37 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: v6.0~1043 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=7616f9171a7de0937b3b383c994f585e430f94f4;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/lib/ChangeLog b/lib/ChangeLog index 54ea0dbbf7..052d6b0294 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,5 +1,8 @@ 2005-12-23 Jim Meyering + * chdir-safer.c (chdir_no_follow): Rewrite to use fchdir even + when O_NOFOLLOW is not defined. Suggested by Eric Blake. + * chmod-safer.c (O_NOFOLLOW): Define, if necessary. * chdir-safer.c (O_NOFOLLOW): Likewise. Reported by Eric Blake.