LFC_MODIFYGRPMAP(3) | LFC Library Functions | LFC_MODIFYGRPMAP(3) |
lfc_modifygrpmap - modify group entry corresponding to a given virtual gid
#include <sys/types.h>
#include "lfc_api.h"
int lfc_modifygrpmap (gid_t gid, char *newname, int status)
lfc_modifygrpmap modifies the group entry corresponding to a given virtual gid.
This function requires ADMIN privilege.
This routine returns 0 if the operation was successful or -1 if the operation failed. In the latter case, serrno is set appropriately.
$Date: 2010-08-04 09:58:47 +0200 (Wed, 04 Aug 2010) $ | LFC |