summaryrefslogtreecommitdiff
path: root/exports
diff options
context:
space:
mode:
authorAndreas Gruenbacher <agruen@linbit.com>2011-04-04 17:18:38 +0200
committerAndreas Gruenbacher <agruen@linbit.com>2011-04-04 18:42:19 +0200
commitad4ca5aaee96e98b2e8e8a4351fa5e6c58d65216 (patch)
tree4a90e2e2872e52ddf425711f89072dc0495b93a9 /exports
parent6bf5e24d48077db58b389e90558100fc121b8134 (diff)
downloadacl-ad4ca5aaee96e98b2e8e8a4351fa5e6c58d65216.tar.gz
Minor fixes to the previous commit
* Assign the new libacl version ACL_1.2 to acl_extended_file_nofollow so that package managers will end up with the appropriate dependencies. * Add a manpage entry for acl_extended_file_nofollow which sources ("links to") the acl_extended_file manpage. * Remove the prototype for getxattr/lgetxattr. * Whitespace cleanups.
Diffstat (limited to 'exports')
-rw-r--r--exports7
1 files changed, 6 insertions, 1 deletions
diff --git a/exports b/exports
index b368c22..7d8e69e 100644
--- a/exports
+++ b/exports
@@ -82,5 +82,10 @@ ACL_1.1 {
# Linux specific extensions
perm_copy_fd;
perm_copy_file;
- acl_extended_file_nofollow;
} ACL_1.0;
+
+ACL_1.2 {
+ global:
+ # Linux specific extensions
+ acl_extended_file_nofollow;
+} ACL_1.1;