git: efi/loader: Use acdragonfly.h.
Sascha Wildner
swildner at crater.dragonflybsd.org
Mon Jul 11 10:30:13 PDT 2016
commit c0266ae7551b95b5b3434c479b52130db89c4442
Author: Sascha Wildner <saw at online.de>
Date: Mon Jul 11 19:23:36 2016 +0200
efi/loader: Use acdragonfly.h.
acpi.h is not readily includable from sys/boot, so in order to get at
ACPICA definitions etc., the specific ACPICA headers are included
directly, along with whatever acpi.h would include by itself normally.
On DragonFly, this is acdragonfly.h, not acfreebsd.h.
It's just a cosmetic change. The resulting binaries are identical with
one header or the other.
Approved-by: ivadasz
Summary of changes:
sys/boot/efi/loader/arch/x86_64/elf64_freebsd.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/c0266ae7551b95b5b3434c479b52130db89c4442
--
DragonFly BSD source repository
More information about the Commits
mailing list