diff options
author | Bruno Haible <bruno@clisp.org> | 2007-01-03 10:46:25 +0100 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2007-01-03 10:46:25 +0100 |
commit | 8563b4c0519cee303e9609694b7a36453458cbbd (patch) | |
tree | e53cf384fb82676f81798494629a08a6b80edb33 /ChangeLog | |
parent | f0b5e513d901871a3994349322785ac1882eb873 (diff) | |
download | coreutils-8563b4c0519cee303e9609694b7a36453458cbbd.tar.xz |
* src/copy.c (copy_internal): Use mkfifo as a fallback if mknod fails.
Needed on MacOS X.
Signed-off-by: Jim Meyering <jim@meyering.net>
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,3 +1,8 @@ +2007-01-03 Bruno Haible <bruno@clisp.org> + + * src/copy.c (copy_internal): Use mkfifo as a fallback if mknod fails. + Needed on MacOS X. + 2007-01-02 Paul Eggert <eggert@cs.ucla.edu> Now, "ls -FRL" always follows symbolic links on Linux. |