summaryrefslogtreecommitdiff
path: root/sys/miscfs/umapfs/umap_subr.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/miscfs/umapfs/umap_subr.c')
-rw-r--r--sys/miscfs/umapfs/umap_subr.c7
1 files changed, 4 insertions, 3 deletions
diff --git a/sys/miscfs/umapfs/umap_subr.c b/sys/miscfs/umapfs/umap_subr.c
index 68020176834..412294cd4c6 100644
--- a/sys/miscfs/umapfs/umap_subr.c
+++ b/sys/miscfs/umapfs/umap_subr.c
@@ -1,4 +1,5 @@
-/* $OpenBSD: umap_subr.c,v 1.2 1996/02/26 07:20:07 mickey Exp $ */
+/* $OpenBSD: umap_subr.c,v 1.3 1996/02/29 13:08:05 niklas Exp $ */
+/* $NetBSD: umap_subr.c,v 1.7 1996/02/09 22:41:02 christos Exp $ */
/*
* Copyright (c) 1992, 1993
@@ -74,7 +75,7 @@ static int umap_node_alloc __P((struct mount *, struct vnode *,
/*
* Initialise cache headers
*/
-int
+void
umapfs_init()
{
@@ -433,7 +434,7 @@ umap_mapids(v_mount, credp)
for ( i = 0 ; credp->cr_groups[i] != 0 ; i++ ) {
gid = (gid_t) umap_findid(credp->cr_groups[i],
- groupmap, gnentries);
+ groupmap, gnentries);
if (gid != -1)
credp->cr_groups[i] = gid;