diff options
author | obrien <obrien@FreeBSD.org> | 2002-05-10 01:20:37 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2002-05-10 01:20:37 +0000 |
commit | eb01ba72c4621007ed1d5163f17a7267a31f87cb (patch) | |
tree | affbd8cf618b776f0290222f7d7fa4fb7ca891e8 /sys/boot/common | |
parent | ded6baca77327ebef9cecfc99e452d3432d986d5 (diff) | |
download | FreeBSD-src-eb01ba72c4621007ed1d5163f17a7267a31f87cb.zip FreeBSD-src-eb01ba72c4621007ed1d5163f17a7267a31f87cb.tar.gz |
We don't need bootinfo any more, and sparc64 doesn't have it anyways.
Diffstat (limited to 'sys/boot/common')
-rw-r--r-- | sys/boot/common/load_elf.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/boot/common/load_elf.c b/sys/boot/common/load_elf.c index 81095bc..d6afea2 100644 --- a/sys/boot/common/load_elf.c +++ b/sys/boot/common/load_elf.c @@ -33,7 +33,6 @@ #include <sys/linker.h> #include <sys/module.h> #include <string.h> -#include <machine/bootinfo.h> #include <machine/elf.h> #include <stand.h> #define FREEBSD_ELF |