summaryrefslogtreecommitdiff
path: root/include/grp.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/grp.h')
-rw-r--r--include/grp.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/grp.h b/include/grp.h
index 514a8bbafb1..580fefe2c51 100644
--- a/include/grp.h
+++ b/include/grp.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: grp.h,v 1.4 2002/02/16 21:27:17 millert Exp $ */
+/* $OpenBSD: grp.h,v 1.5 2002/04/22 21:28:49 millert Exp $ */
/* $NetBSD: grp.h,v 1.7 1995/04/29 05:30:40 cgd Exp $ */
/*-
@@ -54,7 +54,7 @@
struct group {
char *gr_name; /* group name */
char *gr_passwd; /* group password */
- int gr_gid; /* group id */
+ gid_t gr_gid; /* group id */
char **gr_mem; /* group members */
};