summaryrefslogtreecommitdiffstats
path: root/sys/fs/umapfs/umap.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/fs/umapfs/umap.h')
-rw-r--r--sys/fs/umapfs/umap.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/fs/umapfs/umap.h b/sys/fs/umapfs/umap.h
index 5903d30..5be2e5e 100644
--- a/sys/fs/umapfs/umap.h
+++ b/sys/fs/umapfs/umap.h
@@ -35,7 +35,7 @@
*
* @(#)umap.h 8.3 (Berkeley) 1/21/94
*
- * $Id$
+ * $Id: umap.h,v 1.2 1994/08/02 07:45:33 davidg Exp $
*/
#define MAPFILEENTRIES 64
@@ -56,9 +56,9 @@ struct umap_mount {
struct vnode *umapm_rootvp; /* Reference to root umap_node */
int info_nentries; /* number of uid mappings */
int info_gnentries; /* number of gid mappings */
- u_long info_mapdata[MAPFILEENTRIES][2]; /* mapping data for
+ u_long info_mapdata[MAPFILEENTRIES][2]; /* mapping data for
user mapping in ficus */
- u_long info_gmapdata[GMAPFILEENTRIES][2]; /*mapping data for
+ u_long info_gmapdata[GMAPFILEENTRIES][2]; /*mapping data for
group mapping in ficus */
};
OpenPOWER on IntegriCloud