]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
acl-util: treat pointer type as a whole
authorMike Yuan <me@yhndnzj.com>
Tue, 16 Dec 2025 00:43:29 +0000 (01:43 +0100)
committerMike Yuan <me@yhndnzj.com>
Tue, 16 Dec 2025 19:16:57 +0000 (20:16 +0100)
Follow-up for 4976d6e9ac0c621a3182416c35350cd0fe2f1977

src/shared/acl-util.h

index ee46c575d013dd1fe8972a3e7631e66cf20a2bc0..d65fe0299fd616f2287443a9ad152b4e7d2c7ce8 100644 (file)
@@ -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 voidacl_t;
 typedef int acl_tag_t;
 typedef unsigned acl_type_t;