o Adding UFS_EXTATTR support in MFS required the inclusion of opt_ufs.h.
I didn't realize we had an MFS module, so didn't update the dependencies there to reflect opt_ufs.h. Obtained from: TrustedBSD Project
This commit is contained in:
parent
b777dece07
commit
dcd5bf93d5
@ -4,7 +4,7 @@
|
||||
|
||||
KMOD= mfs
|
||||
SRCS= vnode_if.h \
|
||||
mfs_vfsops.c mfs_vnops.c opt_mfs.h
|
||||
mfs_vfsops.c mfs_vnops.c opt_mfs.h opt_ufs.h
|
||||
NOMAN=
|
||||
|
||||
.include <bsd.kmod.mk>
|
||||
|
Loading…
x
Reference in New Issue
Block a user