]> git.saurik.com Git - apple/xnu.git/blobdiff - bsd/nfs/nfs_serv.c
xnu-4570.31.3.tar.gz
[apple/xnu.git] / bsd / nfs / nfs_serv.c
index 7a24596c83aecae09ef071b8cfeba570b98d3376..027d7a5d8406f9fc751b9102d48d3c55364d7cbb 100644 (file)
@@ -4878,10 +4878,7 @@ nfsmout:
        return (error);
 }
 
-int (*nfsrv_procs[NFS_NPROCS])(struct nfsrv_descript *nd,
-                                   struct nfsrv_sock *slp,
-                                   vfs_context_t ctx,
-                                   mbuf_t *mrepp) = {
+const nfsrv_proc_t nfsrv_procs[NFS_NPROCS] = {
        nfsrv_null,
        nfsrv_getattr,
        nfsrv_setattr,