summaryrefslogtreecommitdiff
path: root/old/fileutils
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1998-01-22 09:03:08 +0000
committerJim Meyering <jim@meyering.net>1998-01-22 09:03:08 +0000
commit37a3052a361c716775fc6181f26ccd2d78f8f60e (patch)
tree98791a4dde8290e0df04e2f7076974c197e4b9d2 /old/fileutils
parent2a4842f7f3c45a08e9dcbb2ada35a5e6fa8f3b9d (diff)
downloadcoreutils-37a3052a361c716775fc6181f26ccd2d78f8f60e.tar.xz
*** empty log message ***
Diffstat (limited to 'old/fileutils')
-rw-r--r--old/fileutils/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog
index 78660c617..b7ec508a7 100644
--- a/old/fileutils/ChangeLog
+++ b/old/fileutils/ChangeLog
@@ -1,5 +1,10 @@
1998-01-22 Jim Meyering <meyering@na-net.ornl.gov>
+ * src/dd.c: Reorder functions to obviate forward dcls.
+ (quit): Declare to be inline to stifle compile warning.
+
+ * src/cp.c (do_copy): Add unreachable `return 0' to stifle warning.
+
* tests/rm/sunos-1: Don't use -f. Do adjust $RM if it's a
relative path.