summaryrefslogtreecommitdiffstats
path: root/sys/fs/umapfs/umap_vfsops.c
diff options
context:
space:
mode:
authormux <mux@FreeBSD.org>2002-10-06 12:07:58 +0000
committermux <mux@FreeBSD.org>2002-10-06 12:07:58 +0000
commit3ec06c07b6a5501aa9b7ccbe8fa69a784f902e52 (patch)
treed592d622a552dce7c001288c0205e71a428cd220 /sys/fs/umapfs/umap_vfsops.c
parentb4d0454d08457264c27d71c578401fdc01f9564f (diff)
downloadFreeBSD-src-3ec06c07b6a5501aa9b7ccbe8fa69a784f902e52.zip
FreeBSD-src-3ec06c07b6a5501aa9b7ccbe8fa69a784f902e52.tar.gz
Yet another 64 bits warning fix: s/u_int/size_t/.
Diffstat (limited to 'sys/fs/umapfs/umap_vfsops.c')
-rw-r--r--sys/fs/umapfs/umap_vfsops.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/fs/umapfs/umap_vfsops.c b/sys/fs/umapfs/umap_vfsops.c
index e33058f..db6371c 100644
--- a/sys/fs/umapfs/umap_vfsops.c
+++ b/sys/fs/umapfs/umap_vfsops.c
@@ -96,7 +96,7 @@ umapfs_mount(mp, path, data, ndp, td)
struct vnode *lowerrootvp, *vp;
struct vnode *umapm_rootvp;
struct umap_mount *amp;
- u_int size;
+ size_t size;
int error;
#ifdef DEBUG
int i;
OpenPOWER on IntegriCloud