NAME
SYNOPSIS
#include <sys/acl.h>
int acl_free( void *obj_p);
DESCRIPTION
RETURN VALUES

NAME

acl_free - free allocated memory

SYNOPSIS

#include <sys/acl.h>

int acl_free( void *obj_p);

DESCRIPTION

Free memory allocated by ACL interface calls. This routine is present for POSIX compliance, it is simply a wrapper for free(3c).

RETURN VALUES

acl_free returns 0.