From 35437d86aa2e89b16dfeb84a5499976559847155 Mon Sep 17 00:00:00 2001 From: ru Date: Wed, 23 May 2001 09:42:29 +0000 Subject: - FDESC, FIFO, NULL, PORTAL, PROC, UMAP and UNION file systems were repo-copied from sys/miscfs to sys/fs. - Renamed the following file systems and their modules: fdesc -> fdescfs, portal -> portalfs, union -> unionfs. - Renamed corresponding kernel options: FDESC -> FDESCFS, PORTAL -> PORTALFS, UNION -> UNIONFS. - Install header files for the above file systems. - Removed bogus -I${.CURDIR}/../../sys CFLAGS from userland Makefiles. --- sys/fs/nullfs/null_subr.c | 2 +- sys/fs/nullfs/null_vfsops.c | 2 +- sys/fs/nullfs/null_vnops.c | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'sys/fs/nullfs') diff --git a/sys/fs/nullfs/null_subr.c b/sys/fs/nullfs/null_subr.c index 88f1584..97aa492 100644 --- a/sys/fs/nullfs/null_subr.c +++ b/sys/fs/nullfs/null_subr.c @@ -47,7 +47,7 @@ #include #include -#include +#include #define LOG2_SIZEVNODE 7 /* log2(sizeof struct vnode) */ #define NNULLNODECACHE 16 diff --git a/sys/fs/nullfs/null_vfsops.c b/sys/fs/nullfs/null_vfsops.c index 8573398..e2287ef 100644 --- a/sys/fs/nullfs/null_vfsops.c +++ b/sys/fs/nullfs/null_vfsops.c @@ -54,7 +54,7 @@ #include #include -#include +#include static MALLOC_DEFINE(M_NULLFSMNT, "NULLFS mount", "NULLFS mount structure"); diff --git a/sys/fs/nullfs/null_vnops.c b/sys/fs/nullfs/null_vnops.c index d37ef73..32b9665 100644 --- a/sys/fs/nullfs/null_vnops.c +++ b/sys/fs/nullfs/null_vnops.c @@ -185,7 +185,7 @@ #include #include -#include +#include #include #include -- cgit v1.1