diff options
author | Jim Meyering <jim@meyering.net> | 1997-07-01 11:50:44 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1997-07-01 11:50:44 +0000 |
commit | b3580d0a75c2850974880e6ee156e94fc68c168b (patch) | |
tree | d211f7b8408875c899b745e484df32976e8b9ad8 /old/fileutils | |
parent | 2499628bff30fb822862f9ae406bb21b63d5c2c9 (diff) | |
download | coreutils-b3580d0a75c2850974880e6ee156e94fc68c168b.tar.xz |
.
Diffstat (limited to 'old/fileutils')
-rw-r--r-- | old/fileutils/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog index 4b9345fb7..122145353 100644 --- a/old/fileutils/ChangeLog +++ b/old/fileutils/ChangeLog @@ -1,3 +1,12 @@ +Tue Jul 1 06:42:17 1997 / <meyering@na-net.ornl.gov> + + * 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 <meyering@na-net.ornl.gov> * src/dd.c (copy): Add FIXME comment. |