From d5fadb019e0226e1a617d83e9eec320926d65de5 Mon Sep 17 00:00:00 2001 From: Conrad Meyer Date: Mon, 9 Jan 2017 23:51:31 +0000 Subject: [PATCH] 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@ --- sys/fs/cd9660/cd9660_vfsops.c | 1 + 1 file changed, 1 insertion(+) diff --git a/sys/fs/cd9660/cd9660_vfsops.c b/sys/fs/cd9660/cd9660_vfsops.c index 7473f97dcee..2d97029a664 100644 --- a/sys/fs/cd9660/cd9660_vfsops.c +++ b/sys/fs/cd9660/cd9660_vfsops.c @@ -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); /* -- 2.45.2