From: Jim Meyering Date: Tue, 20 Sep 2005 13:51:20 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: v5.90~165 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b0ecfaf32426133599051045acb48b760b2a55ae;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/lib/ChangeLog b/lib/ChangeLog index f4aba86a77..01e85eefe1 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,3 +1,10 @@ +2005-09-20 Jim Meyering + + * openat.c (fdopendir): Be sure to close the supplied + file descriptor before returning. This makes our replacement + implementation a little closer to Solaris's, where fdopendir + ties the file descriptor to the returned DIR* pointer. + 2005-09-19 Jim Meyering * openat.c (unlinkat): New function.