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:
Conrad Meyer 2017-01-09 23:51:31 +00:00
parent 46aa753364
commit d5fadb019e

View File

@ -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);
/*