Add a MODULE_DEPEND() on the NFS client from dtnfsclient so that dtnfsclient
can access NFS client symbols. Discussed with: kib Reported by: markm Approved by: re (kib)
This commit is contained in:
parent
f8998bd5d8
commit
aa223fca6c
@ -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…
x
Reference in New Issue
Block a user