From: Jim Meyering Date: Tue, 1 Jul 1997 11:50:44 +0000 (+0000) Subject: . X-Git-Tag: SH-UTILS-1_16c~131 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b3580d0a75c2850974880e6ee156e94fc68c168b;p=thirdparty%2Fcoreutils.git . --- diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog index 4b9345fb71..1221453536 100644 --- a/old/fileutils/ChangeLog +++ b/old/fileutils/ChangeLog @@ -1,3 +1,12 @@ +Tue Jul 1 06:42:17 1997 / + + * lib/makepath.c (make_path): Reorder stat-then-mkdir-if-missing + calls so that mkdir is called first. Before make_path would first + `stat' a directory, then call mkdir if it didn't exist. But if + some other process created the directory between the stat & mkdir, + the mkdir would fail with EEXIST. Diagnosis and suggestion from + Greg McGary. + Sun Jun 29 17:19:30 1997 Jim Meyering * src/dd.c (copy): Add FIXME comment.