aboutsummaryrefslogtreecommitdiff
path: root/sys/boot
diff options
context:
space:
mode:
authorKonstantin Belousov <kib@FreeBSD.org>2013-02-20 17:39:52 +0000
committerKonstantin Belousov <kib@FreeBSD.org>2013-02-20 17:39:52 +0000
commit31a53cd03625e31cbbf63b78cf3c9b711301869a (patch)
treee11ca597288ba6690ebab08a041053e2d8a5a6e8 /sys/boot
parent5c9f7b1a91bf48732ba2766e3aaa296ec2c1ab29 (diff)
Notes
Diffstat (limited to 'sys/boot')
-rw-r--r--sys/boot/userboot/userboot/elf32_freebsd.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/boot/userboot/userboot/elf32_freebsd.c b/sys/boot/userboot/userboot/elf32_freebsd.c
index 848938524fc1..bb5b693ca31c 100644
--- a/sys/boot/userboot/userboot/elf32_freebsd.c
+++ b/sys/boot/userboot/userboot/elf32_freebsd.c
@@ -31,6 +31,7 @@ __FBSDID("$FreeBSD$");
#include <sys/exec.h>
#include <sys/linker.h>
#include <string.h>
+#define _MACHINE_ELF_WANT_32BIT
#include <i386/include/bootinfo.h>
#include <i386/include/elf.h>
#include <stand.h>