X-Git-Url: https://git.saurik.com/apple/xnu.git/blobdiff_plain/c6bf4f310a33a9262d455ea4d3f0630b1255e3fe..ea3f04195ba4a5034c9c8e9b726d4f7ce96f1832:/bsd/nfs/nfs_bio.c diff --git a/bsd/nfs/nfs_bio.c b/bsd/nfs/nfs_bio.c index 2e2dec099..e7ddfaaa5 100644 --- a/bsd/nfs/nfs_bio.c +++ b/bsd/nfs/nfs_bio.c @@ -64,6 +64,10 @@ * @(#)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 */