diff options
Diffstat (limited to 'sys/include')
-rw-r--r-- | sys/include/sys/vfs.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/include/sys/vfs.h b/sys/include/sys/vfs.h index 40b27af..7aafecf 100644 --- a/sys/include/sys/vfs.h +++ b/sys/include/sys/vfs.h @@ -41,7 +41,7 @@ struct fs_info *vfs_byname(const char *name); struct vnode *vfs_path_to_node(const char *path); char *vfs_get_fname_at(const char *path, size_t idx); bool vfs_is_valid_path(const char *path); -size_t vfs_hash_path(const char *path); +ssize_t vfs_hash_path(const char *path); #endif /* defined(_KERNEL) */ #endif /* !_SYS_VFS_H_ */ |