Minix1.1/usr/src/include/grp.h

struct	group { 
	char	*name;
	char	*passwd;
	int	gid;
};