summaryrefslogtreecommitdiff
path: root/src/shared/acl-util.c
diff options
context:
space:
mode:
authorSven Eden <yamakuzure@gmx.net>2017-04-11 17:28:25 +0200
committerSven Eden <yamakuzure@gmx.net>2017-04-26 12:59:13 +0200
commit4084669c7f802c9745bcb6bed77bdaf49ffd896d (patch)
treec1fb17e0f34eeaa56863c920afcb463102f99a8d /src/shared/acl-util.c
parent6053df4ee3a205f25b67f43ece1ff4d1202b7edb (diff)
Prep v228: Condense elogind source masks (5/5)
Diffstat (limited to 'src/shared/acl-util.c')
-rw-r--r--src/shared/acl-util.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/shared/acl-util.c b/src/shared/acl-util.c
index f6e19dcb2..583cb017d 100644
--- a/src/shared/acl-util.c
+++ b/src/shared/acl-util.c
@@ -68,8 +68,7 @@ int acl_find_uid(acl_t acl, uid_t uid, acl_entry_t *entry) {
return 0;
}
-/// UNNEEDED by elogind
-#if 0
+#if 0 /// UNNEEDED by elogind
int calc_acl_mask_if_needed(acl_t *acl_p) {
acl_entry_t i;
int r;