Fix the name of the module common to the client and server
in the experimental nfs subsystem to the correct one for the MODULE_DEPEND() macro. Approved by: kib (mentor)
This commit is contained in:
parent
6e42a10f7e
commit
6f527edd24
@ -1267,5 +1267,5 @@ DECLARE_MODULE(nfscl, nfscl_mod, SI_SUB_VFS, SI_ORDER_ANY);
|
||||
|
||||
/* So that loader and kldload(2) can find us, wherever we are.. */
|
||||
MODULE_VERSION(nfscl, 1);
|
||||
MODULE_DEPEND(nfscl, newnfsd, 1, 1, 1);
|
||||
MODULE_DEPEND(nfscl, nfscommon, 1, 1, 1);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user