svn commit: r312771 - in stable: 10/sys/boot/common 11/sys/boot/common

2017-01-25 Thread Dimitry Andric
Author: dim Date: Wed Jan 25 19:16:24 2017 New Revision: 312771 URL: https://svnweb.freebsd.org/changeset/base/312771 Log: MFC r311929: Don't include in reloc_elf.c, as it includes just after it, which has a conflicting definition of errno. This leads to the following warning with cl

svn commit: r312772 - in stable: 10/sys/boot/efi/include 11/sys/boot/efi/include

2017-01-25 Thread Dimitry Andric
Author: dim Date: Wed Jan 25 19:55:35 2017 New Revision: 312772 URL: https://svnweb.freebsd.org/changeset/base/312772 Log: MFC r311932: Make EFI_RESERVED_SERVICE a proper prototype With clang 4.0.0, the EFI API header causes the following warning: In file included from sys/boot/ef

svn commit: r312773 - stable/10/sys/boot/efi/boot1

2017-01-25 Thread Dimitry Andric
Author: dim Date: Wed Jan 25 20:12:07 2017 New Revision: 312773 URL: https://svnweb.freebsd.org/changeset/base/312773 Log: MFC r311933: Use proper prototypes in struct boot_module_t With clang 4.0.0, we are getting the following warnings about struct boot_module_t in efi's boot_modul