summaryrefslogtreecommitdiff
path: root/m4/acl.m4
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2011-10-05 15:06:49 +0200
committerJim Meyering <meyering@redhat.com>2011-10-05 15:06:49 +0200
commitd813b688732c3a0da947f91cbb19cb78a627209e (patch)
tree267bed7833a4182a8943cd1507b7345f3e06a7b5 /m4/acl.m4
parent80af92afd10f9ed1c3621432145baf4a32ab5cea (diff)
downloadgnulib-d813b688732c3a0da947f91cbb19cb78a627209e.tar.gz
file-has-acl: revert both recent changes, 80af92af and 95f7c57f
* lib/file-has-acl.c: While the 2011-10-03 change does fix the ls -lL regression introduced in coreutils-8.12, it does so at the cost of an additional stat call in the common case. Besides, now that the kernel change that prompted commit 95f7c57f has been reverted (see https://bugzilla.redhat.com/show_bug.cgi?id=720325#c24) we have no use for commit 95f7c57f, "file-has-acl: use acl_extended_file_nofollow if available".
Diffstat (limited to 'm4/acl.m4')
-rw-r--r--m4/acl.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/m4/acl.m4 b/m4/acl.m4
index ecf0384a5c..d6a448aabd 100644
--- a/m4/acl.m4
+++ b/m4/acl.m4
@@ -33,7 +33,7 @@ AC_DEFUN([gl_FUNC_ACL],
AC_CHECK_FUNCS(
[acl_get_file acl_get_fd acl_set_file acl_set_fd \
acl_free acl_from_mode acl_from_text \
- acl_delete_def_file acl_extended_file acl_extended_file_nofollow \
+ acl_delete_def_file acl_extended_file \
acl_delete_fd_np acl_delete_file_np \
acl_copy_ext_native acl_create_entry_np \
acl_to_short_text acl_free_text])