Reflecting the removal of MSDOSFS_LARGE found in sys/conf/files:1.1173.
This should fix the run time bustage observed on recent -CURRENT whilst mounting a MSDOS filesystem with non-default locale/code page: link_elf: symbol msdosfs_fileno_free undefined KLD msdosfs_iconv.ko: depends on msdosfs - not available
This commit is contained in:
parent
cbd21da6b2
commit
c69e1d83f5
@ -4,8 +4,8 @@
|
||||
|
||||
KMOD= msdosfs
|
||||
SRCS= vnode_if.h \
|
||||
msdosfs_conv.c msdosfs_denode.c msdosfs_fat.c msdosfs_lookup.c \
|
||||
msdosfs_vfsops.c msdosfs_vnops.c
|
||||
msdosfs_conv.c msdosfs_denode.c msdosfs_fat.c msdosfs_fileno.c \
|
||||
msdosfs_lookup.c msdosfs_vfsops.c msdosfs_vnops.c
|
||||
EXPORT_SYMS= msdosfs_iconv
|
||||
|
||||
.include <bsd.kmod.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user