Add module dependancy on nfs.
This commit is contained in:
parent
29881a8358
commit
492b5b35de
@ -2220,4 +2220,5 @@ DECLARE_MODULE(nfslockd, nfslockd_mod, SI_SUB_VFS, SI_ORDER_ANY);
|
||||
|
||||
/* So that loader and kldload(2) can find us, wherever we are.. */
|
||||
MODULE_DEPEND(nfslockd, krpc, 1, 1, 1);
|
||||
MODULE_DEPEND(nfslockd, nfs, 1, 1, 1);
|
||||
MODULE_VERSION(nfslockd, 1);
|
||||
|
Loading…
Reference in New Issue
Block a user