diff options
author | Jim Meyering <jim@meyering.net> | 2005-12-22 14:36:22 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2005-12-22 14:36:22 +0000 |
commit | 2bd65173c28f14e948c00546029fc38f47385204 (patch) | |
tree | 6bc879407579699c6d50ff1ed8e50ff69f5925e1 /lib | |
parent | b6c621211bc3e0620affe71acde0c99ad12ce773 (diff) | |
download | coreutils-2bd65173c28f14e948c00546029fc38f47385204.tar.xz |
*** empty log message ***
Diffstat (limited to 'lib')
-rw-r--r-- | lib/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/lib/ChangeLog b/lib/ChangeLog index 0ba246959..d5b2ebc5f 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,3 +1,9 @@ +2005-12-22 Jim Meyering <jim@meyering.net> + + * 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 <jim@meyering.net> Like chdir(2), but safer, if possible. |