summaryrefslogtreecommitdiffstats
path: root/sys/conf/options
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2001-05-23 09:42:29 +0000
committerru <ru@FreeBSD.org>2001-05-23 09:42:29 +0000
commit35437d86aa2e89b16dfeb84a5499976559847155 (patch)
tree2bade94e6086e67f8de015d8c16fd2c15e7f78c3 /sys/conf/options
parent627a25efaa565e765c3f4d9223bfeef7134724ef (diff)
downloadFreeBSD-src-35437d86aa2e89b16dfeb84a5499976559847155.zip
FreeBSD-src-35437d86aa2e89b16dfeb84a5499976559847155.tar.gz
- 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.
Diffstat (limited to 'sys/conf/options')
-rw-r--r--sys/conf/options6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/conf/options b/sys/conf/options
index a4bb13e..f94d6a6 100644
--- a/sys/conf/options
+++ b/sys/conf/options
@@ -118,7 +118,7 @@ INCLUDE_CONFIG_FILE opt_config.h
CD9660 opt_dontuse.h
CODA opt_dontuse.h
EXT2FS opt_dontuse.h
-FDESC opt_dontuse.h
+FDESCFS opt_dontuse.h
FFS opt_dontuse.h
IFS opt_dontuse.h
LINPROCFS opt_dontuse.h
@@ -126,12 +126,12 @@ MFS opt_dontuse.h
MSDOSFS opt_dontuse.h
NULLFS opt_dontuse.h
NWFS opt_dontuse.h
-PORTAL opt_dontuse.h
+PORTALFS opt_dontuse.h
PROCFS opt_dontuse.h
UMAPFS opt_dontuse.h
NTFS opt_dontuse.h
HPFS opt_dontuse.h
-UNION opt_dontuse.h
+UNIONFS opt_dontuse.h
# These static filesystems has one slightly bogus static dependency in
# sys/i386/i386/autoconf.c. If any of these filesystems are
OpenPOWER on IntegriCloud