From: Jim Meyering Date: Fri, 7 Jun 2002 14:49:33 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: FILEUTILS-4_1_9~119 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e20a6cfb82c5fdcc46aa2423a029be1eaf340cef;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog index 1d9ad9eed8..322ab536dd 100644 --- a/old/fileutils/ChangeLog +++ b/old/fileutils/ChangeLog @@ -2,6 +2,9 @@ * Version 4.1.9. + * tests/mv/part-fail: Also accept the permission-denied diagnostic + issued by some losing systems. Reported by Volker Borchert. + * src/remove.c (remove_entry): Use DT_IS_DIR only if HAVE_STRUCT_DIRENT_D_TYPE is defined.