aboutsummaryrefslogtreecommitdiff
path: root/sys/fs/devfs/devfs.h
diff options
context:
space:
mode:
authorMateusz Guzik <mjg@FreeBSD.org>2020-08-10 11:46:39 +0000
committerMateusz Guzik <mjg@FreeBSD.org>2020-08-10 11:46:39 +0000
commitca423b858bf4800bb22963e8133b72499bb18d24 (patch)
treea280136a87e3bc02fd528bad0e5c8d5012ef543f /sys/fs/devfs/devfs.h
parentf9461246a27a8685af8504cbb5cd449c80437990 (diff)
Notes
Diffstat (limited to 'sys/fs/devfs/devfs.h')
-rw-r--r--sys/fs/devfs/devfs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/fs/devfs/devfs.h b/sys/fs/devfs/devfs.h
index 121d6eb6f0b53..673d949991697 100644
--- a/sys/fs/devfs/devfs.h
+++ b/sys/fs/devfs/devfs.h
@@ -192,7 +192,7 @@ char *devfs_fqpn(char *, struct devfs_mount *, struct devfs_dirent *,
struct componentname *);
void devfs_delete(struct devfs_mount *, struct devfs_dirent *, int);
void devfs_dirent_free(struct devfs_dirent *);
-bool devfs_populate_needed(struct devfs_mount *dm);
+int devfs_populate_needed(struct devfs_mount *dm);
void devfs_populate(struct devfs_mount *);
void devfs_cleanup(struct devfs_mount *);
void devfs_unmount_final(struct devfs_mount *);