]> gitweb.michael.orlitzky.com - apply-default-acl.git/commitdiff
Remove pointless indirection in acl_entry_count() and acl_is_minimal().
authorMichael Orlitzky <michael@orlitzky.com>
Fri, 23 Feb 2018 16:39:07 +0000 (11:39 -0500)
committerMichael Orlitzky <michael@orlitzky.com>
Fri, 23 Feb 2018 16:39:07 +0000 (11:39 -0500)
The acl_t type is already a pointer to a structure, so there's no
reason to be passing around pointers to acl_t in acl_entry_count() and
acl_is_minimal(). This commit changes their signatures and call sites.


No differences found