From: Jim Meyering Date: Mon, 4 Sep 2000 20:51:43 +0000 (+0000) Subject: . X-Git-Tag: FILEUTILS-4_0z~37 X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=0c483136cf78979cff98f772423b7cf2e7feb3ca;p=thirdparty%2Fcoreutils.git . --- diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog index 88089d71ce..a80c3c55f9 100644 --- a/old/fileutils/ChangeLog +++ b/old/fileutils/ChangeLog @@ -1,5 +1,10 @@ 2000-09-04 Jim Meyering + * 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).