diff options
author | Jim Meyering <jim@meyering.net> | 2000-12-25 18:38:19 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2000-12-25 18:38:19 +0000 |
commit | fa9603b6d40ca9863ed64e02d67a3dc7b2c9ab66 (patch) | |
tree | 21721930e55a3ad0396d538bfbbf87d45a876726 /old/fileutils | |
parent | 0f4de827492ad7a93f879bab6dda1d2e6ca2b6a3 (diff) | |
download | coreutils-fa9603b6d40ca9863ed64e02d67a3dc7b2c9ab66.tar.xz |
*** empty log message ***
Diffstat (limited to 'old/fileutils')
-rw-r--r-- | old/fileutils/ChangeLog | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog index f979463c1..b06db601e 100644 --- a/old/fileutils/ChangeLog +++ b/old/fileutils/ChangeLog @@ -1,17 +1,21 @@ 2000-12-25 Jim Meyering <meyering@lucent.com> + Clean-up to avoid warnings from Irix's c89. * src/remove.c (hash_compare_active_dir_ents): Return explicit `true' or `false', rather than relying on implicit int-to-enum cast. - + * src/copy.c (same_file_ok): Remove declaration and set of unused + variables: src_sb_no_link, dst_sb_no_link. * src/ls.c (extract_dirs_from_files): Remove unused variable. Reported by Nelson Beebe. - (gobble_file): Move decl of local, val, into the scope where it's used. + + * src/ls.c (gobble_file): Move decl of local, val, into the scope + where it's used. 2000-12-24 Jim Meyering <meyering@lucent.com> For both ln and install, when using `--backup=simple --suffix=S', the suffix `S' wasn't used. - + * src/ln.c (main): Actually use the local variable, `backup_suffix_string'. * src/install.c (main): Likewise. |