diff options
| author | Tai-hwa Liang <avatar@FreeBSD.org> | 2007-02-01 04:21:03 +0000 |
|---|---|---|
| committer | Tai-hwa Liang <avatar@FreeBSD.org> | 2007-02-01 04:21:03 +0000 |
| commit | c69e1d83f5af7009befd6c9981c76c75592d65c2 (patch) | |
| tree | f65476837e77ee698fb4e9af816d6a3d82e5bf58 /sys/modules/msdosfs | |
| parent | cbd21da6b239134fbde3a8676a84dc15b429cf7b (diff) | |
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
Notes
svn path=/head/; revision=166383
Diffstat (limited to 'sys/modules/msdosfs')
| -rw-r--r-- | sys/modules/msdosfs/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/modules/msdosfs/Makefile b/sys/modules/msdosfs/Makefile index ef8989fc494c..a0fe95f0b6ec 100644 --- a/sys/modules/msdosfs/Makefile +++ b/sys/modules/msdosfs/Makefile @@ -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> |
