* lib/gshadow_.h: Fix typo in comment.
This commit is contained in:
parent
5f37d13405
commit
41accaf963
@ -1,3 +1,7 @@
|
|||||||
|
2011-08-14 Nicolas François <nicolas.francois@centraliens.net>
|
||||||
|
|
||||||
|
* lib/gshadow_.h: Fix typo in comment.
|
||||||
|
|
||||||
2011-08-14 Nicolas François <nicolas.francois@centraliens.net>
|
2011-08-14 Nicolas François <nicolas.francois@centraliens.net>
|
||||||
|
|
||||||
* lib/prototypes.h, libmisc/getgr_nam_gid.c: getgr_nam_gid()
|
* lib/prototypes.h, libmisc/getgr_nam_gid.c: getgr_nam_gid()
|
||||||
|
@ -43,7 +43,7 @@
|
|||||||
struct sgrp {
|
struct sgrp {
|
||||||
char *sg_name; /* group name */
|
char *sg_name; /* group name */
|
||||||
char *sg_passwd; /* group password */
|
char *sg_passwd; /* group password */
|
||||||
char **sg_adm; /* group administator list */
|
char **sg_adm; /* group administrator list */
|
||||||
char **sg_mem; /* group membership list */
|
char **sg_mem; /* group membership list */
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user