diff options
| author | Ruslan Ermilov <ru@FreeBSD.org> | 2001-05-23 09:42:29 +0000 |
|---|---|---|
| committer | Ruslan Ermilov <ru@FreeBSD.org> | 2001-05-23 09:42:29 +0000 |
| commit | 99d300a1ecab368a3f1aab2273c07e5040c27d35 (patch) | |
| tree | 1b88ac3d27dd822968f18355d8ca158bdff00ace /sys/fs/nullfs/null_subr.c | |
| parent | 468f05c7f716dddd967aac96b415de5ca3d6b2c8 (diff) | |
Notes
Diffstat (limited to 'sys/fs/nullfs/null_subr.c')
| -rw-r--r-- | sys/fs/nullfs/null_subr.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/fs/nullfs/null_subr.c b/sys/fs/nullfs/null_subr.c index 88f1584c4244..97aa49233dae 100644 --- a/sys/fs/nullfs/null_subr.c +++ b/sys/fs/nullfs/null_subr.c @@ -47,7 +47,7 @@ #include <sys/proc.h> #include <sys/vnode.h> -#include <miscfs/nullfs/null.h> +#include <fs/nullfs/null.h> #define LOG2_SIZEVNODE 7 /* log2(sizeof struct vnode) */ #define NNULLNODECACHE 16 |
