]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
.
authorJim Meyering <jim@meyering.net>
Mon, 4 Sep 2000 20:51:43 +0000 (20:51 +0000)
committerJim Meyering <jim@meyering.net>
Mon, 4 Sep 2000 20:51:43 +0000 (20:51 +0000)
old/fileutils/ChangeLog

index 88089d71cedc863e4692448fad801db0b09c5f05..a80c3c55f9fbcb1eaeea29016906479982cea8c5 100644 (file)
@@ -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).