Fix gcc build by removing redeclaration

Reviewed by:	imp
Sponsored by:	The FreeBSD Foundation
Differential Revision:	https://reviews.freebsd.org/D20622
This commit is contained in:
Li-Wen Hsu 2019-06-13 03:48:36 +00:00
parent 913095dc56
commit 3aa9258286
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=349008

View File

@ -109,5 +109,4 @@ extern const boot_module_t zfs_module;
/* Functions available to modules. */
extern void add_device(dev_info_t **devinfop, dev_info_t *devinfo);
extern int vsnprintf(char *str, size_t sz, const char *fmt, va_list ap);
#endif