From: Jim Meyering Date: Sat, 17 Dec 2005 13:46:34 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: v6.0~1075 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=5df3b1a0782ea747db283ca4be4a50846d6f6692;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/ChangeLog b/ChangeLog index 0394c3fa27..c2f3ba8b84 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,14 @@ -2005-12-05 Andreas Gruenbacher +2005-12-17 Jim Meyering * Version 6.0-cvs. + * src/remove.c (is_empty_dir): Open with O_NDELAY, so we don't hang, + e.g., on a named pipe. + (OPEN_NO_FOLLOW_SYMLINK): Remove definition. Use O_NOFOLLOW in + place of all uses, since it is guaranteed (system.h) to be defined. + +2005-12-05 Andreas Gruenbacher + Add POSIX ACL support * src/ls.c: Switch back from HAVE_ACL to USE_ACL: The acl() syscall is no requirement for ACL support; particularly, it does not exist