]> git.saurik.com Git - apple/xnu.git/blobdiff - bsd/nfs/nfs_bio.c
xnu-6153.141.1.tar.gz
[apple/xnu.git] / bsd / nfs / nfs_bio.c
index 2e2dec099c1fcfddec673452083a96e9e4572682..e7ddfaaa5402a81e948fbb0ef48a134ab411b70b 100644 (file)
  *     @(#)nfs_bio.c   8.9 (Berkeley) 3/30/95
  * FreeBSD-Id: nfs_bio.c,v 1.44 1997/09/10 19:52:25 phk Exp $
  */
+
+#include <nfs/nfs_conf.h>
+#if CONFIG_NFS_CLIENT
+
 #include <sys/param.h>
 #include <sys/systm.h>
 #include <sys/resourcevar.h>
@@ -4152,3 +4156,5 @@ nfs_buf_readdir(struct nfsbuf *bp, vfs_context_t ctx)
        }
        return error;
 }
+
+#endif /* CONFIG_NFS_CLIENT */