diff options
| author | KATO Takenori <kato@FreeBSD.org> | 1998-02-07 01:34:32 +0000 |
|---|---|---|
| committer | KATO Takenori <kato@FreeBSD.org> | 1998-02-07 01:34:32 +0000 |
| commit | 39ca14f0327c8478ea1362452e4ac02304fd2ca0 (patch) | |
| tree | 09faf1b757362a1020ec984c62a514cd1a06d400 /sys/miscfs/umapfs | |
| parent | ccf5ba748382e2c5f3f749444e8f727bf937a210 (diff) | |
Notes
Diffstat (limited to 'sys/miscfs/umapfs')
| -rw-r--r-- | sys/miscfs/umapfs/umap_vfsops.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/miscfs/umapfs/umap_vfsops.c b/sys/miscfs/umapfs/umap_vfsops.c index fa1e5f436ab1..d9dce5cbc267 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); |
