summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>1994-09-19 13:52:38 +0000
committerache <ache@FreeBSD.org>1994-09-19 13:52:38 +0000
commit1ff9a5aeb010403bd2e2ac74886ea1b9990d738f (patch)
tree8e8697d38e09a6f9c66a38dafec569d3df751b80
parent227775e50cbd9d0a1e1a39d6694e293adea9282c (diff)
downloadFreeBSD-src-1ff9a5aeb010403bd2e2ac74886ea1b9990d738f.zip
FreeBSD-src-1ff9a5aeb010403bd2e2ac74886ea1b9990d738f.tar.gz
bugfix: change gidset[] type from int to gid_t
-rw-r--r--sbin/mount_portal/pt_file.c4
-rw-r--r--sbin/mount_portalfs/pt_file.c4
-rw-r--r--usr.sbin/mount_portalfs/pt_file.c4
3 files changed, 6 insertions, 6 deletions
diff --git a/sbin/mount_portal/pt_file.c b/sbin/mount_portal/pt_file.c
index ace35c0..929f261 100644
--- a/sbin/mount_portal/pt_file.c
+++ b/sbin/mount_portal/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 <stdio.h>
@@ -61,7 +61,7 @@ int *fdp;
int fd;
char pbuf[MAXPATHLEN];
int error;
- int gidset[NGROUPS];
+ gid_t gidset[NGROUPS];
int i;
pbuf[0] = '/';
diff --git a/sbin/mount_portalfs/pt_file.c b/sbin/mount_portalfs/pt_file.c
index ace35c0..929f261 100644
--- a/sbin/mount_portalfs/pt_file.c
+++ b/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 <stdio.h>
@@ -61,7 +61,7 @@ int *fdp;
int fd;
char pbuf[MAXPATHLEN];
int error;
- int gidset[NGROUPS];
+ gid_t gidset[NGROUPS];
int i;
pbuf[0] = '/';
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 <stdio.h>
@@ -61,7 +61,7 @@ int *fdp;
int fd;
char pbuf[MAXPATHLEN];
int error;
- int gidset[NGROUPS];
+ gid_t gidset[NGROUPS];
int i;
pbuf[0] = '/';
OpenPOWER on IntegriCloud