diff options
| author | John Baldwin <jhb@FreeBSD.org> | 2000-09-12 22:39:34 +0000 |
|---|---|---|
| committer | John Baldwin <jhb@FreeBSD.org> | 2000-09-12 22:39:34 +0000 |
| commit | b570da11fe4ae4b526019cc6a3b6fb6a73ca5a1d (patch) | |
| tree | 6dde8397688aa47c5f759a04a999173ce002a396 | |
| parent | 1b57e365891b4a83e050043b2666388160c35a96 (diff) | |
Notes
| -rw-r--r-- | sys/fs/devfs/devfs_vfsops.c | 2 |
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; |
