X-Git-Url: https://git.saurik.com/apple/xnu.git/blobdiff_plain/eb6b6ca394357805f2bdba989abae309f718b4d8..f427ee49d309d8fc33ebf3042c3a775f2f530ded:/bsd/nfs/nfs_ioctl.h diff --git a/bsd/nfs/nfs_ioctl.h b/bsd/nfs/nfs_ioctl.h index 5f9b1fc2d..c4eff26ea 100644 --- a/bsd/nfs/nfs_ioctl.h +++ b/bsd/nfs/nfs_ioctl.h @@ -43,7 +43,7 @@ * fsctl (vnop_ioctl) to set the callers credentials associated with the vnode's mount */ struct nfs_gss_principal { - uint32_t princlen; /* length of data */ + size_t princlen; /* length of data */ uint32_t nametype; /* nametype of data */ #ifdef KERNEL user32_addr_t principal; /* principal data in userspace */ @@ -56,7 +56,7 @@ struct nfs_gss_principal { #ifdef KERNEL /* LP64 version of nfs_gss_principal */ struct user_nfs_gss_principal { - uint32_t princlen; /* length of data */ + size_t princlen; /* length of data */ uint32_t nametype; /* nametype of data */ user64_addr_t principal; /* principal data in userspace */ uint32_t flags; /* Returned flags */