From: Jim Meyering Date: Thu, 22 Dec 2005 14:36:22 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: v6.0~1051 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=2bd65173c28f14e948c00546029fc38f47385204;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/lib/ChangeLog b/lib/ChangeLog index 0ba246959d..d5b2ebc5f7 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,3 +1,9 @@ +2005-12-22 Jim Meyering + + * openat.c: Include "fcntl--.h" and "unistd--.h", to map open + and dup to open_safer and dup_safer, respectively. + (openat_permissive): Fix typo in comment. + 2005-12-21 Jim Meyering Like chdir(2), but safer, if possible.