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:
parent
27f13d5d0f
commit
4347e9fd66
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user