]> git.saurik.com Git - apple/xnu.git/blobdiff - bsd/nfs/krpc_subr.c
xnu-6153.101.6.tar.gz
[apple/xnu.git] / bsd / nfs / krpc_subr.c
index 50e547fb16648366a745ad37f4e90c34d4c10293..345762a0ba1e446d9c9355f8382342aa583e8019 100644 (file)
@@ -65,6 +65,9 @@
  *
  */
 
+#include <nfs/nfs_conf.h>
+#if CONFIG_NFS_CLIENT
+
 #include <sys/param.h>
 #include <sys/conf.h>
 #include <sys/ioctl.h>
@@ -604,3 +607,5 @@ out1:
        }
        return error;
 }
+
+#endif /* CONFIG_NFS_CLIENT */