mirror of
https://github.com/opnsense/src.git
synced 2026-06-10 17:22:46 -04:00
Yet another 64 bits warning fix: s/u_int/size_t/.
This commit is contained in:
parent
0b3bf442a1
commit
20c544dbdf
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue