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:
rmacklem 2009-05-22 20:55:29 +00:00
parent 6e42a10f7e
commit 6f527edd24

View File

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