diff options
author | Jim Meyering <jim@meyering.net> | 1996-06-19 04:17:36 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1996-06-19 04:17:36 +0000 |
commit | 229598b807f4a62a39dcb08ef1c4c9ee9785f433 (patch) | |
tree | 1e1469af778e9dd27bd92fc8c213b1452281e549 | |
parent | 4c6221ee37910ade8693f19b5de7b607a2a71d08 (diff) | |
download | coreutils-229598b807f4a62a39dcb08ef1c4c9ee9785f433.tar.xz |
.
-rw-r--r-- | old/fileutils/ChangeLog | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog index 7a9d69c30..74c035c1f 100644 --- a/old/fileutils/ChangeLog +++ b/old/fileutils/ChangeLog @@ -1,8 +1,9 @@ Tue Jun 18 20:54:05 1996 Jim Meyering <meyering@na-net.ornl.gov> * 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 <meyering@na-net.ornl.gov> * 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 |