X-Git-Url: https://git.saurik.com/apple/xnu.git/blobdiff_plain/cc8bc92ae4a8e9f1a1ab61bf83d34ad8150b3405..5c9f46613a83ebfc29a5b1f099448259e96a98f0:/bsd/nfs/nfsmount.h diff --git a/bsd/nfs/nfsmount.h b/bsd/nfs/nfsmount.h index 78aa778ad..90b75a548 100644 --- a/bsd/nfs/nfsmount.h +++ b/bsd/nfs/nfsmount.h @@ -267,7 +267,7 @@ struct nfsmount { uint32_t nm_minor_vers; /* minor version of above */ uint32_t nm_min_vers; /* minimum packed version to try */ uint32_t nm_max_vers; /* maximum packed version to try */ - struct nfs_funcs *nm_funcs; /* version-specific functions */ + const struct nfs_funcs *nm_funcs;/* version-specific functions */ kauth_cred_t nm_mcred; /* credential used for the mount */ mount_t nm_mountp; /* VFS structure for this filesystem */ nfsnode_t nm_dnp; /* root directory nfsnode pointer */