diff options
| author | John Baldwin <jhb@FreeBSD.org> | 2011-04-28 14:27:17 +0000 |
|---|---|---|
| committer | John Baldwin <jhb@FreeBSD.org> | 2011-04-28 14:27:17 +0000 |
| commit | 9e880b876dea266a295d6f114724ba88bde68cbb (patch) | |
| tree | 5c411cd76f416c4ad8905361c5890b5ff3a6729c /sys/modules | |
| parent | cd0f42fa9f97d519dd541611e6f7fed7fb2dcfbe (diff) | |
Notes
Diffstat (limited to 'sys/modules')
| -rw-r--r-- | sys/modules/ext2fs/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/modules/ext2fs/Makefile b/sys/modules/ext2fs/Makefile index d9ab969d4dad0..63726b57e1549 100644 --- a/sys/modules/ext2fs/Makefile +++ b/sys/modules/ext2fs/Makefile @@ -2,7 +2,7 @@ .PATH: ${.CURDIR}/../../fs/ext2fs KMOD= ext2fs -SRCS= opt_ddb.h opt_quota.h opt_suiddir.h vnode_if.h \ +SRCS= opt_ddb.h opt_directio.h opt_quota.h opt_suiddir.h vnode_if.h \ ext2_alloc.c ext2_balloc.c ext2_bmap.c ext2_inode.c \ ext2_inode_cnv.c ext2_lookup.c ext2_subr.c ext2_vfsops.c \ ext2_vnops.c |
