mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-30 16:51:41 +00:00
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
8141fda06e
commit
9dd7554f09
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=192601
@ -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