From: Mike Yuan Date: Tue, 16 Dec 2025 00:43:29 +0000 (+0100) Subject: acl-util: treat pointer type as a whole X-Git-Tag: v259~10^2~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e6e001cdd410e3de1ac5c53a745d12ac1a739531;p=thirdparty%2Fsystemd.git acl-util: treat pointer type as a whole Follow-up for 4976d6e9ac0c621a3182416c35350cd0fe2f1977 --- diff --git a/src/shared/acl-util.h b/src/shared/acl-util.h index ee46c575d01..d65fe0299fd 100644 --- a/src/shared/acl-util.h +++ b/src/shared/acl-util.h @@ -68,7 +68,7 @@ static inline int acl_set_perm(acl_permset_t ps, acl_perm_t p, bool b) { #else -typedef void *acl_t; +typedef void* acl_t; typedef int acl_tag_t; typedef unsigned acl_type_t;