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);
/*
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "[email protected]"