From: Jim Meyering Date: Tue, 20 Sep 2005 17:48:02 +0000 (+0000) Subject: (write_protected_non_symlink): Change comment to agree with the code. X-Git-Tag: v5.90~164 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d6b83b2f9b3e436189e67ecd74123c7ef42c2b2c;p=thirdparty%2Fcoreutils.git (write_protected_non_symlink): Change comment to agree with the code. --- diff --git a/src/remove.c b/src/remove.c index 65fdbee75d..6572245fd0 100644 --- a/src/remove.c +++ b/src/remove.c @@ -544,8 +544,8 @@ is_empty_dir (char const *dir) return saved_errno == 0 ? true : false; } -/* Return true if FILE is not a symbolic link and it is not writable. - Also return true if FILE cannot be lstat'ed. Otherwise, return false. +/* Return true if FILE is determined to be an unwritable non-symlink. + Otherwise, return false (including when lstat'ing it fails). If lstat succeeds, set *BUF_P to BUF. This is to avoid calling euidaccess when FILE is a symlink. */ static bool