]> git.saurik.com Git - apple/xnu.git/blobdiff - bsd/nfs/nfs4_subs.c
xnu-6153.101.6.tar.gz
[apple/xnu.git] / bsd / nfs / nfs4_subs.c
index ffb82cb064d6b987052ee5d2069a825fee8499cb..4d15ab0e4ab341f416082a0cdfc337df1c020ca0 100644 (file)
@@ -26,6 +26,9 @@
  * @APPLE_OSREFERENCE_LICENSE_HEADER_END@
  */
 
+#include <nfs/nfs_conf.h>
+#if CONFIG_NFS_CLIENT
+
 /*
  * miscellaneous support functions for NFSv4
  */
@@ -3032,3 +3035,5 @@ recheckdeleg:
                    vfs_statfs(nmp->nm_mountp)->f_mntfromname, nmp->nm_stategenid, error);
        }
 }
+
+#endif /* CONFIG_NFS_CLIENT */