summaryrefslogtreecommitdiffstats
path: root/sys/miscfs/umapfs
diff options
context:
space:
mode:
authorkato <kato@FreeBSD.org>1998-02-07 01:34:32 +0000
committerkato <kato@FreeBSD.org>1998-02-07 01:34:32 +0000
commit3fac3de4d10d3f56b44d3b1414f4c1da5049e48d (patch)
tree73ee93e97081df1743658d07988c2e3e874d2957 /sys/miscfs/umapfs
parent19c2e7eb57bb6d381ab34d18a9f7a3fc526bfa3a (diff)
downloadFreeBSD-src-3fac3de4d10d3f56b44d3b1414f4c1da5049e48d.zip
FreeBSD-src-3fac3de4d10d3f56b44d3b1414f4c1da5049e48d.tar.gz
Fixed number of entries in gid-mapfile.
PR: 5640
Diffstat (limited to 'sys/miscfs/umapfs')
-rw-r--r--sys/miscfs/umapfs/umap_vfsops.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/miscfs/umapfs/umap_vfsops.c b/sys/miscfs/umapfs/umap_vfsops.c
index fa1e5f4..d9dce5c 100644
--- a/sys/miscfs/umapfs/umap_vfsops.c
+++ b/sys/miscfs/umapfs/umap_vfsops.c
@@ -35,7 +35,7 @@
*
* @(#)umap_vfsops.c 8.8 (Berkeley) 5/14/95
*
- * $Id: umap_vfsops.c,v 1.18 1998/01/01 08:28:26 bde Exp $
+ * $Id: umap_vfsops.c,v 1.19 1998/02/03 14:30:01 kato Exp $
*/
/*
@@ -168,7 +168,7 @@ umapfs_mount(mp, path, data, ndp, p)
#endif
error = copyin(args.gmapdata, (caddr_t)amp->info_gmapdata,
- 2*sizeof(u_long)*args.nentries);
+ 2*sizeof(u_long)*args.gnentries);
if (error)
return (error);
OpenPOWER on IntegriCloud