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