mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04: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
1 changed files with 0 additions and 1 deletions
|
|
@ -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 a new issue