summaryrefslogtreecommitdiffstats
path: root/sys/kern/vfs_subr.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/kern/vfs_subr.c')
-rw-r--r--sys/kern/vfs_subr.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/kern/vfs_subr.c b/sys/kern/vfs_subr.c
index 2b824b7..f957525 100644
--- a/sys/kern/vfs_subr.c
+++ b/sys/kern/vfs_subr.c
@@ -498,7 +498,7 @@ vfs_suser(struct mount *mp, struct thread *td)
void
vfs_getnewfsid(struct mount *mp)
{
- static u_int16_t mntid_base;
+ static uint16_t mntid_base;
struct mount *nmp;
fsid_t tfsid;
int mtype;
@@ -4018,7 +4018,7 @@ vfs_event_init(void *arg)
SYSINIT(vfs_knlist, SI_SUB_VFS, SI_ORDER_ANY, vfs_event_init, NULL);
void
-vfs_event_signal(fsid_t *fsid, u_int32_t event, intptr_t data __unused)
+vfs_event_signal(fsid_t *fsid, uint32_t event, intptr_t data __unused)
{
KNOTE_UNLOCKED(&fs_knlist, event);
OpenPOWER on IntegriCloud