pdp11v/usr/include/grp.h

Compare this file to the similar file:
Show the results in this format:

/*	@(#)grp.h	1.1	*/
/*	3.0 SID #	1.1	*/
struct	group {	/* see getgrent(3) */
	char	*gr_name;
	char	*gr_passwd;
	int	gr_gid;
	char	**gr_mem;
};