diff options
author | Jim Meyering <jim@meyering.net> | 2000-09-04 20:51:43 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2000-09-04 20:51:43 +0000 |
commit | 0c483136cf78979cff98f772423b7cf2e7feb3ca (patch) | |
tree | aa510b2ead777a36e5e73a63000679414c9cf74c /old/fileutils/ChangeLog | |
parent | 106eedf2a8d1081dce97bf953abeeda6ec3bb6b6 (diff) | |
download | coreutils-0c483136cf78979cff98f772423b7cf2e7feb3ca.tar.xz |
.
Diffstat (limited to 'old/fileutils/ChangeLog')
-rw-r--r-- | old/fileutils/ChangeLog | 5 |
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). |