From 0a13f04ebedfe3e4ae8216618cddc859c370902f Mon Sep 17 00:00:00 2001 From: Ruslan Ermilov Date: Tue, 22 May 2001 08:32:13 +0000 Subject: [PATCH] Hide UNION in opt_dontuse.h (see vfs_syscalls.c,v 1.109). --- sys/conf/options | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/sys/conf/options b/sys/conf/options index 74f54eeb161..a4bb13e5684 100644 --- a/sys/conf/options +++ b/sys/conf/options @@ -131,6 +131,7 @@ PROCFS opt_dontuse.h UMAPFS opt_dontuse.h NTFS opt_dontuse.h HPFS opt_dontuse.h +UNION opt_dontuse.h # These static filesystems has one slightly bogus static dependency in # sys/i386/i386/autoconf.c. If any of these filesystems are @@ -161,10 +162,6 @@ UFS_EXTATTR_AUTOSTART opt_ufs.h # they won't make any difference yet). NFS_ROOT opt_nfsroot.h -# The union static file system has bogus static dependencies, so it isn't -# hidden yet. -UNION - # Options used only in param.c. HZ opt_param.h MAXFILES opt_param.h