svn commit: r311841 - head/sys/fs/cd9660
Conrad E. Meyer
cem at FreeBSD.org
Mon Jan 9 23:51:32 UTC 2017
Author: cem
Date: Mon Jan 9 23:51:31 2017
New Revision: 311841
URL: https://svnweb.freebsd.org/changeset/base/311841
Log:
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@
Modified:
head/sys/fs/cd9660/cd9660_vfsops.c
Modified: head/sys/fs/cd9660/cd9660_vfsops.c
==============================================================================
--- head/sys/fs/cd9660/cd9660_vfsops.c Mon Jan 9 23:45:40 2017 (r311840)
+++ head/sys/fs/cd9660/cd9660_vfsops.c Mon Jan 9 23:51:31 2017 (r311841)
@@ -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);
/*
More information about the svn-src-head
mailing list