]> git.saurik.com Git - apple/xnu.git/blobdiff - bsd/nfs/nfsmount.h
xnu-4570.31.3.tar.gz
[apple/xnu.git] / bsd / nfs / nfsmount.h
index 78aa778ad8fd016bc93df8533ea960eea452ccdc..90b75a54879cab6a4215403611692d45b0ab79f4 100644 (file)
@@ -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 */