summaryrefslogtreecommitdiffstats
path: root/lib/libc/gen/getgrent.3
diff options
context:
space:
mode:
authormpp <mpp@FreeBSD.org>1997-01-30 23:01:49 +0000
committermpp <mpp@FreeBSD.org>1997-01-30 23:01:49 +0000
commit8cd7b6a67088a5d521f9d8c02ce388ee8dc683ce (patch)
tree5ee7729f027aa64fb26f5cec775a15663fbb98b5 /lib/libc/gen/getgrent.3
parentbf24204ce64ed8378f34d37f00c6e1506208250a (diff)
downloadFreeBSD-src-8cd7b6a67088a5d521f9d8c02ce388ee8dc683ce.zip
FreeBSD-src-8cd7b6a67088a5d521f9d8c02ce388ee8dc683ce.tar.gz
Update to reflect current include files.
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 4ed5595..fbdf909 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
OpenPOWER on IntegriCloud