summaryrefslogtreecommitdiff
path: root/old/fileutils/ChangeLog
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2000-09-04 20:51:43 +0000
committerJim Meyering <jim@meyering.net>2000-09-04 20:51:43 +0000
commit0c483136cf78979cff98f772423b7cf2e7feb3ca (patch)
treeaa510b2ead777a36e5e73a63000679414c9cf74c /old/fileutils/ChangeLog
parent106eedf2a8d1081dce97bf953abeeda6ec3bb6b6 (diff)
downloadcoreutils-0c483136cf78979cff98f772423b7cf2e7feb3ca.tar.xz
.
Diffstat (limited to 'old/fileutils/ChangeLog')
-rw-r--r--old/fileutils/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog
index 88089d71c..a80c3c55f 100644
--- a/old/fileutils/ChangeLog
+++ b/old/fileutils/ChangeLog
@@ -1,5 +1,10 @@
2000-09-04 Jim Meyering <meyering@lucent.com>
+ * src/cp.c: Move declaractions of lstat, stat, and rpl_lstat
+ as well as the definition of lstat from here...
+ * src/copy.h: ...to here.
+ * src/copy.c: Remove declaration of lstat, now that it's in copy.h.
+
* tests/mv/force: mv's --force (-f) option is no longer needed for
this test, now that all it does is cancel --interactive (-i).