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:
rwatson 2009-10-15 14:39:59 +00:00
parent f8998bd5d8
commit aa223fca6c

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);