From 1ff9a5aeb010403bd2e2ac74886ea1b9990d738f Mon Sep 17 00:00:00 2001 From: ache Date: Mon, 19 Sep 1994 13:52:38 +0000 Subject: bugfix: change gidset[] type from int to gid_t --- usr.sbin/mount_portalfs/pt_file.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'usr.sbin') diff --git a/usr.sbin/mount_portalfs/pt_file.c b/usr.sbin/mount_portalfs/pt_file.c index ace35c0..929f261 100644 --- a/usr.sbin/mount_portalfs/pt_file.c +++ b/usr.sbin/mount_portalfs/pt_file.c @@ -36,7 +36,7 @@ * * @(#)pt_file.c 8.2 (Berkeley) 3/27/94 * - * $Id: pt_file.c,v 1.1 1992/05/25 21:43:09 jsp Exp jsp $ + * $Id: pt_file.c,v 1.1.1.1 1994/05/26 06:34:34 rgrimes Exp $ */ #include @@ -61,7 +61,7 @@ int *fdp; int fd; char pbuf[MAXPATHLEN]; int error; - int gidset[NGROUPS]; + gid_t gidset[NGROUPS]; int i; pbuf[0] = '/'; -- cgit v1.1