From: Jim Meyering Date: Sun, 25 Jan 1998 09:29:46 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: FILEUTILS-3_16l~11 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=aaf66a24131f30e5e45a1bd9e9b6dc68491330a9;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog index d868c927fe..57e77feb65 100644 --- a/old/fileutils/ChangeLog +++ b/old/fileutils/ChangeLog @@ -1,11 +1,18 @@ +1998-01-25 Jim Meyering + + * Version 3.16l. + + * src/cp.c (re_protect): Don't fail for non-root when chown fails + due not only to lack of permission (EPERM), but also to lack of + support (EINVAL). Reported by Bengt Martensson. + * src/copy.c (DO_CHOWN): Likewise. + 1998-01-24 Jim Meyering * tests/ls/time-1 (test_failure): Rename does not update ctime; link does -- so use ln, not mv. Note that the SunOS4.1.4 failure of the ctime test is expected. - * Version 3.16l. - * src/system.h (TYPE_MINIMUM): Add extra outer cast to work around bug in Cray C 5.0.3.0 when T == time_t.