group_array
static const struct group_array GROUP_ARRAY_INITIALIZER = {
group_array_is_empty(const struct group_array *const ga)
realloc_groups(struct group_array *const ga, const u_int diff)
sort_uniq_groups(struct group_array *const ga)
remove_groups(struct group_array *const set,
const struct group_array *const remove)
struct group_array supp_groups = GROUP_ARRAY_INITIALIZER;
struct group_array supp_rem = GROUP_ARRAY_INITIALIZER;