Add dependancy on libmchain module.

Spotted by:	Andrzej Tobola <san@iem.pw.edu.pl>
This commit is contained in:
Boris Popov 2001-03-22 06:51:53 +00:00
parent c33c1284cb
commit 6306f8dad3
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=74637
2 changed files with 2 additions and 0 deletions

View file

@ -68,6 +68,7 @@ SYSCTL_INT(_vfs_nwfs, OID_AUTO, version, CTLFLAG_RD, &nwfs_version, 0, "");
SYSCTL_INT(_vfs_nwfs, OID_AUTO, debuglevel, CTLFLAG_RW, &nwfs_debuglevel, 0, "");
MODULE_DEPEND(nwfs, ncp, 1, 1, 1);
MODULE_DEPEND(nwfs, libmchain, 1, 1, 1);
static int nwfs_mount(struct mount *, char *, caddr_t,
struct nameidata *, struct proc *);

View file

@ -68,6 +68,7 @@ SYSCTL_INT(_vfs_nwfs, OID_AUTO, version, CTLFLAG_RD, &nwfs_version, 0, "");
SYSCTL_INT(_vfs_nwfs, OID_AUTO, debuglevel, CTLFLAG_RW, &nwfs_debuglevel, 0, "");
MODULE_DEPEND(nwfs, ncp, 1, 1, 1);
MODULE_DEPEND(nwfs, libmchain, 1, 1, 1);
static int nwfs_mount(struct mount *, char *, caddr_t,
struct nameidata *, struct proc *);