aboutsummaryrefslogtreecommitdiff
path: root/stand/common/reloc_elf64.c
diff options
context:
space:
mode:
Diffstat (limited to 'stand/common/reloc_elf64.c')
-rw-r--r--stand/common/reloc_elf64.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/stand/common/reloc_elf64.c b/stand/common/reloc_elf64.c
index c8dcf2a36b0d..1230f27741cd 100644
--- a/stand/common/reloc_elf64.c
+++ b/stand/common/reloc_elf64.c
@@ -1,6 +1,2 @@
-#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
-
#define __ELF_WORD_SIZE 64
-
#include "reloc_elf.c"