svn commit: r349008 - head/stand/efi/boot1

Li-Wen Hsu lwhsu at FreeBSD.org
Thu Jun 13 03:48:37 UTC 2019


Author: lwhsu
Date: Thu Jun 13 03:48:36 2019
New Revision: 349008
URL: https://svnweb.freebsd.org/changeset/base/349008

Log:
  Fix gcc build by removing redeclaration
  
  Reviewed by:	imp
  Sponsored by:	The FreeBSD Foundation
  Differential Revision:	https://reviews.freebsd.org/D20622

Modified:
  head/stand/efi/boot1/boot_module.h

Modified: head/stand/efi/boot1/boot_module.h
==============================================================================
--- head/stand/efi/boot1/boot_module.h	Thu Jun 13 01:23:03 2019	(r349007)
+++ head/stand/efi/boot1/boot_module.h	Thu Jun 13 03:48:36 2019	(r349008)
@@ -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


More information about the svn-src-head mailing list