From: Jim Meyering Date: Thu, 22 Jan 1998 09:03:08 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: FILEUTILS-3_16l~37 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=37a3052a361c716775fc6181f26ccd2d78f8f60e;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog index 78660c6171..b7ec508a7e 100644 --- a/old/fileutils/ChangeLog +++ b/old/fileutils/ChangeLog @@ -1,5 +1,10 @@ 1998-01-22 Jim Meyering + * 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.