Warning: Attempt to read property "date" on null in /usr/local/www/websvn.planix.org/blame.php on line 247

Warning: Attempt to read property "msg" on null in /usr/local/www/websvn.planix.org/blame.php on line 247
WebSVN – tendra.SVN – Blame – /trunk/src/lib/machines/freebsd/80x86/include/grp.h – Rev 72

Subversion Repositories tendra.SVN

Rev

Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
72 7u83 1
#ifndef __TENDRA_GRP_H
2
#define __TENDRA_GRP_H
3
 
4
struct group {
5
	char	*gr_name;		/* group name */
6
	char	*gr_passwd;		/* group password */
7
	int	gr_gid;			/* group id */
8
	char	**gr_mem;		/* group members */
9
};
10
 
11
#endif