aboutsummaryrefslogtreecommitdiff
path: root/sbin
diff options
context:
space:
mode:
authorAndrey A. Chernov <ache@FreeBSD.org>1994-09-19 13:52:38 +0000
committerAndrey A. Chernov <ache@FreeBSD.org>1994-09-19 13:52:38 +0000
commit0a7f0f3504af8d11323f34afa94840a5798fe3d1 (patch)
tree8e8697d38e09a6f9c66a38dafec569d3df751b80 /sbin
parent3012a727a040c440a967a7ad05699f6f76bee350 (diff)
Notes
Diffstat (limited to 'sbin')
-rw-r--r--sbin/mount_portal/pt_file.c4
-rw-r--r--sbin/mount_portalfs/pt_file.c4
2 files changed, 4 insertions, 4 deletions
diff --git a/sbin/mount_portal/pt_file.c b/sbin/mount_portal/pt_file.c
index ace35c04fe59..929f2616d3cc 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 ace35c04fe59..929f2616d3cc 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] = '/';