mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2025-01-11 17:04:19 +01:00
NFS support should be conditional on LOADER_NFS_SUPPORT, not
LOADER_NET_SUPPORT.
This commit is contained in:
parent
0f7859e332
commit
07a41f740a
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=117448
@ -115,7 +115,7 @@ struct fs_ops *file_system[] = {
|
|||||||
#ifdef LOADER_BZIP2_SUPPORT
|
#ifdef LOADER_BZIP2_SUPPORT
|
||||||
&bzipfs_fsops,
|
&bzipfs_fsops,
|
||||||
#endif
|
#endif
|
||||||
#ifdef LOADER_NET_SUPPORT
|
#ifdef LOADER_NFS_SUPPORT
|
||||||
&nfs_fsops,
|
&nfs_fsops,
|
||||||
#endif
|
#endif
|
||||||
#ifdef LOADER_TFTP_SUPPORT
|
#ifdef LOADER_TFTP_SUPPORT
|
||||||
|
Loading…
Reference in New Issue
Block a user