From: Jim Meyering Date: Wed, 19 Jun 1996 04:17:36 +0000 (+0000) Subject: . X-Git-Tag: TEXTUTILS-1_18a~22 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=229598b807f4a62a39dcb08ef1c4c9ee9785f433;p=thirdparty%2Fcoreutils.git . --- diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog index 7a9d69c306..74c035c1f3 100644 --- a/old/fileutils/ChangeLog +++ b/old/fileutils/ChangeLog @@ -1,8 +1,9 @@ Tue Jun 18 20:54:05 1996 Jim Meyering * cp.c (copy_reg): Cast both sides of comparison to size_t - to avoid warning about `comparison between signed and unsigned' + to avoid a warning about `comparison between signed and unsigned' from gcc -Wall. + Declare pointer parameters const as appropriate. * ln.c (do_link): Refine last change so we don't disallow commands like `ln --force A B' when A and B are hard links to the same file. @@ -22,7 +23,6 @@ Tue Jun 18 20:54:05 1996 Jim Meyering * ln.c (STREQ): Remove macro definition * system.h (STREQ): Add it here instead. * cp.c (do_copy): Use STREQ here instead of strcmp(...) == 0. - Declare pointer parameters const as appropriate. * cp.c (do_copy): When the force and backup options have been specified and the source and destination are the same name for an