Add a MODULE_DEPEND() on the NFS client from dtnfsclient so that dtnfsclient

can access NFS client symbols.

MFC after:	3 days
Discussed with:	kib
Reported by:	markm
This commit is contained in:
Robert Watson 2009-10-12 18:58:42 +00:00
parent 27f13d5d0f
commit 4347e9fd66
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=197997

View File

@ -543,3 +543,4 @@ DEV_MODULE(dtnfsclient, dtnfsclient_modevent, NULL);
MODULE_VERSION(dtnfsclient, 1);
MODULE_DEPEND(dtnfsclient, dtrace, 1, 1, 1);
MODULE_DEPEND(dtnfsclient, opensolaris, 1, 1, 1);
MODULE_DEPEND(dtnfsclient, nfs, 1, 1, 1);