mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-27 11:20:58 +01:00
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
62171fd4d3
commit
17250737a2
@ -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