From 538e761e025ee84b3b100b7c0eabceaa5b550b49 Mon Sep 17 00:00:00 2001 From: obrien Date: Wed, 2 May 2001 23:56:21 +0000 Subject: * include/elf.h has been repo copied to include/elf-hints.h, and it no longer includes machine/elf.h. * consumers of elf.h now use the minimalist elf header possible. This change is motivated by Binutils 2.11.0 and too much clashing over our base elf headers and the Binutils elf headers. --- sys/boot/i386/boot2/boot2.c | 2 +- sys/boot/i386/gptboot/gptboot.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/boot/i386') diff --git a/sys/boot/i386/boot2/boot2.c b/sys/boot/i386/boot2/boot2.c index 67b9064..ef3f504 100644 --- a/sys/boot/i386/boot2/boot2.c +++ b/sys/boot/i386/boot2/boot2.c @@ -23,6 +23,7 @@ #include #include #include +#include #include #include @@ -30,7 +31,6 @@ #include #include -#include #include diff --git a/sys/boot/i386/gptboot/gptboot.c b/sys/boot/i386/gptboot/gptboot.c index 67b9064..ef3f504 100644 --- a/sys/boot/i386/gptboot/gptboot.c +++ b/sys/boot/i386/gptboot/gptboot.c @@ -23,6 +23,7 @@ #include #include #include +#include #include #include @@ -30,7 +31,6 @@ #include #include -#include #include -- cgit v1.1