diff options
author | bz <bz@FreeBSD.org> | 2009-06-17 15:01:01 +0000 |
---|---|---|
committer | bz <bz@FreeBSD.org> | 2009-06-17 15:01:01 +0000 |
commit | 48dc6805f8e459ed54f657c16badbc085bd1906f (patch) | |
tree | d1829d08cff97c09f3617ce84935f5674ecb1382 /sys/fs | |
parent | a48b41644193e7649a3c5c9cd5cf4f6d94b514f1 (diff) | |
download | FreeBSD-src-48dc6805f8e459ed54f657c16badbc085bd1906f.zip FreeBSD-src-48dc6805f8e459ed54f657c16badbc085bd1906f.tar.gz |
Add explicit includes for jail.h to the files that need them and
remove the "hidden" one from vimage.h.
Diffstat (limited to 'sys/fs')
-rw-r--r-- | sys/fs/nfsclient/nfs_clvnops.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/fs/nfsclient/nfs_clvnops.c b/sys/fs/nfsclient/nfs_clvnops.c index be5e4c3..3c47552 100644 --- a/sys/fs/nfsclient/nfs_clvnops.c +++ b/sys/fs/nfsclient/nfs_clvnops.c @@ -49,6 +49,7 @@ __FBSDID("$FreeBSD$"); #include <sys/mount.h> #include <sys/bio.h> #include <sys/buf.h> +#include <sys/jail.h> #include <sys/malloc.h> #include <sys/mbuf.h> #include <sys/namei.h> |