.
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 88089d7..a80c3c5 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).