summaryrefslogtreecommitdiff
path: root/old
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1993-04-04 21:50:47 +0000
committerJim Meyering <jim@meyering.net>1993-04-04 21:50:47 +0000
commit0df7488562d561ff30aacfb82d48d5bff1cf5e20 (patch)
treef31aaa65fbc5952b7574da34b49050e6c4847f8f /old
parent7db02117a9f3be74f38100324eac672c8e89296a (diff)
downloadcoreutils-0df7488562d561ff30aacfb82d48d5bff1cf5e20.tar.xz
.
Diffstat (limited to 'old')
-rw-r--r--old/fileutils/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog
index 37da23cb1..d5449d5bd 100644
--- a/old/fileutils/ChangeLog
+++ b/old/fileutils/ChangeLog
@@ -6,6 +6,11 @@ Sun Apr 4 09:38:00 1993 Jim Meyering (meyering@comco.com)
* cp.c (copy): Declare to be static.
+ * cp.c (copy, make_path, re_protect): Explicitly cast alloca return
+ value to (char *).
+ * ln.c (do_link): Ditto
+ * mv.c (do_move): Ditto
+
Sat Apr 3 18:17:23 1993 Jim Meyering (meyering@comco.com)
* Makefile.in [Makefile]: Add dependencies and a rule to remake it.