Fixed number of entries in gid-mapfile.

PR:		5640
This commit is contained in:
KATO Takenori 1998-02-07 01:34:32 +00:00
parent ccf5ba7483
commit 39ca14f032
2 changed files with 4 additions and 4 deletions

View file

@ -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);

View file

@ -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);