]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
cd9660: Add a prototype for cd9660_vfs_hash_cmp
authorConrad Meyer <cem@FreeBSD.org>
Mon, 9 Jan 2017 23:51:31 +0000 (23:51 +0000)
committerConrad Meyer <cem@FreeBSD.org>
Mon, 9 Jan 2017 23:51:31 +0000 (23:51 +0000)
commitd5fadb019e0226e1a617d83e9eec320926d65de5
treede8e58d1cd86cbbad533e8f6c8f8b78d3162700f
parent46aa753364634c7ef17d4a66245da18c2ffe0367
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