From: Jim Meyering Date: Tue, 26 Dec 2000 08:51:59 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: FILEUTILS-4_0_35~8 X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=e41d7c5bee8177ccf62c8690f88b2a7a96c675ab;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog index 0027134173..b75fd426b6 100644 --- a/old/fileutils/ChangeLog +++ b/old/fileutils/ChangeLog @@ -1,7 +1,9 @@ 2000-12-26 Jim Meyering * tests/mkdir/perm: Disable the test if the working directory has - the sticky bit set. Reported by Nelson Beebe. + the sticky bit set. + * tests/cp/cp-parents: Likewise. + Reported by Nelson Beebe. 2000-12-25 Jim Meyering @@ -12,7 +14,7 @@ variables: src_sb_no_link, dst_sb_no_link. * src/ls.c (extract_dirs_from_files): Remove unused variable. Reported by Nelson Beebe. - + * src/ls.c (gobble_file): Move decl of local, val, into the scope where it's used.