File Access Control Library Functions aclfree(3SEC)
NAME
aclfree - free memory associated with an aclt structure
SYNOPSIS
cc [ flag... ] file... -lsec [ library... ]
#include
void aclfree(aclt *aclp);
DESCRIPTION
The aclfree() function frees memory allocated for the aclt
structure pointed to by the aclp argument.
RETURN VALUES
The aclfree() function does not return a value.
ATRIBUTES
See attributes(5) for descriptions of the following attri-
butes:
ATRIBUTE TYPE ATRIBUTE VALUE
Interface Stability Evolving
MT-Level MT-Safe
SEE ALSO
aclget(3SEC), acl(5), attributes(5)
SunOS 5.11 Last change: 6 Oct 2005 1
|