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
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
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