From: Jim Meyering Date: Mon, 24 Oct 2005 13:36:03 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: v6.0~1471 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=e9284455983b5b0df1a1c46e6c007792f98c9893;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/lib/ChangeLog b/lib/ChangeLog index 03fe30d5e2..87e3d88ad7 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,5 +1,9 @@ 2005-10-24 Jim Meyering + * 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.