Fixed the type of vfs_modevent (a little late, to match the corresponding

change in sys/mount.h).
This commit is contained in:
Bruce Evans 1998-11-15 15:18:30 +00:00
parent afbbfd3b05
commit 4ae860afde
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=41170

View File

@ -36,7 +36,7 @@
* SUCH DAMAGE.
*
* @(#)vfs_init.c 8.3 (Berkeley) 1/4/94
* $Id: vfs_init.c,v 1.38 1998/11/04 03:18:10 peter Exp $
* $Id: vfs_init.c,v 1.39 1998/11/10 09:04:09 peter Exp $
*/
@ -439,7 +439,7 @@ vfs_unregister(struct vfsconf *vfc)
}
int
vfs_modevent(module_t mod, modeventtype_t type, void *data)
vfs_modevent(module_t mod, int type, void *data)
{
struct vfsconf *vfc;
struct vnodeopv_desc *opv;