diff options
author | Jim Meyering <jim@meyering.net> | 2005-10-24 13:36:03 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2005-10-24 13:36:03 +0000 |
commit | e9284455983b5b0df1a1c46e6c007792f98c9893 (patch) | |
tree | 3f1e2a7fc540929b96185f050a4d89c56e1dd0f3 /lib | |
parent | e8871a9516f334a7822f3f3f9d9f9bcb92c59e9d (diff) | |
download | coreutils-e9284455983b5b0df1a1c46e6c007792f98c9893.tar.xz |
*** empty log message ***
Diffstat (limited to 'lib')
-rw-r--r-- | lib/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/ChangeLog b/lib/ChangeLog index 03fe30d5e..87e3d88ad 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,5 +1,9 @@ 2005-10-24 Jim Meyering <jim@meyering.net> + * mkdir-p.c (make_dir_parents): Like the code above, don't rely + on mkdir failing with a particular errno value (EEXIST). + Based on a patch by Dmitry V. Levin. + * mkdir-p.c (make_dir_parents): Make the preceding fix a little more robust, e.g., when the final component is created as a non- directory by another process just before `mkdir -p's final mkdir. |