aboutsummaryrefslogtreecommitdiff
path: root/sys/modules
diff options
context:
space:
mode:
authorTai-hwa Liang <avatar@FreeBSD.org>2007-02-01 04:21:03 +0000
committerTai-hwa Liang <avatar@FreeBSD.org>2007-02-01 04:21:03 +0000
commitc69e1d83f5af7009befd6c9981c76c75592d65c2 (patch)
treef65476837e77ee698fb4e9af816d6a3d82e5bf58 /sys/modules
parentcbd21da6b239134fbde3a8676a84dc15b429cf7b (diff)
Notes
Diffstat (limited to 'sys/modules')
-rw-r--r--sys/modules/msdosfs/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/modules/msdosfs/Makefile b/sys/modules/msdosfs/Makefile
index ef8989fc494ce..a0fe95f0b6ec2 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>