mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2025-01-11 17:04:19 +01:00
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:
parent
913095dc56
commit
3aa9258286
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=349008
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user