From 3aa9258286b3fedecc0cbd83d36964dbfa0dfb2c Mon Sep 17 00:00:00 2001 From: Li-Wen Hsu Date: Thu, 13 Jun 2019 03:48:36 +0000 Subject: [PATCH] Fix gcc build by removing redeclaration Reviewed by: imp Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D20622 --- stand/efi/boot1/boot_module.h | 1 - 1 file changed, 1 deletion(-) diff --git a/stand/efi/boot1/boot_module.h b/stand/efi/boot1/boot_module.h index 5764a1bf8c7..99046fb5357 100644 --- a/stand/efi/boot1/boot_module.h +++ b/stand/efi/boot1/boot_module.h @@ -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