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:
Tai-hwa Liang 2007-02-01 04:21:03 +00:00
parent cbd21da6b2
commit c69e1d83f5
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=166383

View File

@ -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>