cd9660: Add a prototype for cd9660_vfs_hash_cmp
GCC warns (and errors, with -Werror) about it otherwise. Clang doesn't care. Introduced in r311665. Reported by: np@
This commit is contained in:
parent
46aa753364
commit
d5fadb019e
@ -88,6 +88,7 @@ static struct vfsops cd9660_vfsops = {
|
||||
VFS_SET(cd9660_vfsops, cd9660, VFCF_READONLY);
|
||||
MODULE_VERSION(cd9660, 1);
|
||||
|
||||
static int cd9660_vfs_hash_cmp(struct vnode *vp, cd_ino_t *pino);
|
||||
static int iso_mountfs(struct vnode *devvp, struct mount *mp);
|
||||
|
||||
/*
|
||||
|
Loading…
x
Reference in New Issue
Block a user