aboutsummaryrefslogtreecommitdiff
path: root/sys/fs/devfs
diff options
context:
space:
mode:
authorJohn Baldwin <jhb@FreeBSD.org>2000-09-12 22:39:34 +0000
committerJohn Baldwin <jhb@FreeBSD.org>2000-09-12 22:39:34 +0000
commitb570da11fe4ae4b526019cc6a3b6fb6a73ca5a1d (patch)
tree6dde8397688aa47c5f759a04a999173ce002a396 /sys/fs/devfs
parent1b57e365891b4a83e050043b2666388160c35a96 (diff)
Notes
Diffstat (limited to 'sys/fs/devfs')
-rw-r--r--sys/fs/devfs/devfs_vfsops.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/fs/devfs/devfs_vfsops.c b/sys/fs/devfs/devfs_vfsops.c
index 131fd47a0e0d..29566078b4d0 100644
--- a/sys/fs/devfs/devfs_vfsops.c
+++ b/sys/fs/devfs/devfs_vfsops.c
@@ -68,7 +68,7 @@ devfs_mount(mp, path, data, ndp, p)
struct proc *p;
{
int error;
- u_int size;
+ size_t size;
struct devfs_mount *fmp;
struct vnode *rvp;