summaryrefslogtreecommitdiffstats
path: root/lib/libc/posix1e/acl_compat.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libc/posix1e/acl_compat.c')
-rw-r--r--lib/libc/posix1e/acl_compat.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libc/posix1e/acl_compat.c b/lib/libc/posix1e/acl_compat.c
index edb63fa..ab1bdf6 100644
--- a/lib/libc/posix1e/acl_compat.c
+++ b/lib/libc/posix1e/acl_compat.c
@@ -29,9 +29,9 @@ __FBSDID("$FreeBSD$");
#include <sys/acl.h>
-int __oldacl_get_perm_np(acl_permset_t permset_d, oldacl_perm_t perm);
-int __oldacl_add_perm(acl_permset_t permset_d, oldacl_perm_t perm);
-int __oldacl_delete_perm(acl_permset_t permset_d, oldacl_perm_t perm);
+int __oldacl_get_perm_np(acl_permset_t, oldacl_perm_t);
+int __oldacl_add_perm(acl_permset_t, oldacl_perm_t);
+int __oldacl_delete_perm(acl_permset_t, oldacl_perm_t);
/*
* Compatibility wrappers for applications compiled against libc from before
OpenPOWER on IntegriCloud