summaryrefslogtreecommitdiff
path: root/grp
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>1991-06-26 17:20:58 +0000
committerRoland McGrath <roland@gnu.org>1991-06-26 17:20:58 +0000
commit2eb6ea3bae302e49702207ee1f19b3870680717c (patch)
tree40ce036adfe004655e4c9ae692e42cb51233e06f /grp
parentdaf152641cc7a4caeff62c345105aab0e4c47d0e (diff)
entered into RCS
Diffstat (limited to 'grp')
-rw-r--r--grp/getgrgid.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/grp/getgrgid.c b/grp/getgrgid.c
index 1af554a221..1375f5ff56 100644
--- a/grp/getgrgid.c
+++ b/grp/getgrgid.c
@@ -24,7 +24,7 @@ Cambridge, MA 02139, USA. */
/* Search for an entry with a matching group ID. */
struct group *
-DEFUN(getgrgid, (gid), register int gid)
+DEFUN(getgrgid, (gid), register gid_t gid)
{
static PTR info = NULL;
register FILE *stream;