summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2007-01-03 10:46:25 +0100
committerJim Meyering <jim@meyering.net>2007-01-03 10:46:25 +0100
commit8563b4c0519cee303e9609694b7a36453458cbbd (patch)
treee53cf384fb82676f81798494629a08a6b80edb33 /ChangeLog
parentf0b5e513d901871a3994349322785ac1882eb873 (diff)
downloadcoreutils-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--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 5e7ed1d02..04236c88e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.