/* UNISRC_ID: @(#)grp.h 26.1 84/07/03 */ struct group { /* see getgrent(3) */ char *gr_name; char *gr_passwd; int gr_gid; char **gr_mem; };