acl_size - return the size of an ACL
Returns the size of an ACL pointed to by aclp. In IRIX ACLs are all a fixed size, but the POSIX specifications allow for the possibility of variable sized structures.
acl_size returns sizeof(struct acl) or 1 if aclp is null.
EINVAL aclp is null