summaryrefslogtreecommitdiff
path: root/lib/libc/gen/getgrent.3
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libc/gen/getgrent.3')
-rw-r--r--lib/libc/gen/getgrent.34
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/gen/getgrent.3 b/lib/libc/gen/getgrent.3
index 4ed5595b0a8f..fbdf909b69f1 100644
--- a/lib/libc/gen/getgrent.3
+++ b/lib/libc/gen/getgrent.3
@@ -76,8 +76,8 @@ file
struct group {
char *gr_name; /* group name */
char *gr_passwd; /* group password */
- gid_t gr_gid; /* group id */
- char **gr_mem; /* null terminated list of group members */
+ int gr_gid; /* group id */
+ char **gr_mem; /* group members */
};
.Ed
.Pp