mirror of
https://github.com/opnsense/src.git
synced 2026-06-11 09:41:03 -04:00
Hide UNION in opt_dontuse.h (see vfs_syscalls.c,v 1.109).
This commit is contained in:
parent
86e92ee7e1
commit
0a13f04ebe
1 changed files with 1 additions and 4 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue