From d6b83b2f9b3e436189e67ecd74123c7ef42c2b2c Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Tue, 20 Sep 2005 17:48:02 +0000 Subject: (write_protected_non_symlink): Change comment to agree with the code. --- src/remove.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/remove.c b/src/remove.c index 65fdbee75..6572245fd 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 -- cgit v1.2.3-70-g09d2