aboutsummaryrefslogtreecommitdiff
path: root/stand
diff options
context:
space:
mode:
Diffstat (limited to 'stand')
-rw-r--r--stand/common/load_elf.c1
-rw-r--r--stand/common/load_elf_obj.c1
-rw-r--r--stand/common/reloc_elf.c1
3 files changed, 0 insertions, 3 deletions
diff --git a/stand/common/load_elf.c b/stand/common/load_elf.c
index d53c0f8b5b84..8877e5f8b7e0 100644
--- a/stand/common/load_elf.c
+++ b/stand/common/load_elf.c
@@ -34,7 +34,6 @@
#include <string.h>
#include <machine/elf.h>
#include <stand.h>
-#define FREEBSD_ELF
#include <sys/link_elf.h>
#include "bootstrap.h"
diff --git a/stand/common/load_elf_obj.c b/stand/common/load_elf_obj.c
index 263553df5e90..9ff1d238b8c8 100644
--- a/stand/common/load_elf_obj.c
+++ b/stand/common/load_elf_obj.c
@@ -34,7 +34,6 @@
#include <string.h>
#include <machine/elf.h>
#include <stand.h>
-#define FREEBSD_ELF
#include <sys/link_elf.h>
#include "bootstrap.h"
diff --git a/stand/common/reloc_elf.c b/stand/common/reloc_elf.c
index cf5010a06ccd..e68e59a303a1 100644
--- a/stand/common/reloc_elf.c
+++ b/stand/common/reloc_elf.c
@@ -32,7 +32,6 @@
#include <stand.h>
-#define FREEBSD_ELF
#include <sys/link_elf.h>
#include "bootstrap.h"