diff options
Diffstat (limited to 'sys/boot/common/reloc_elf64.c')
-rw-r--r-- | sys/boot/common/reloc_elf64.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/boot/common/reloc_elf64.c b/sys/boot/common/reloc_elf64.c index c8dcf2a36b0db..df7696ebc6c6a 100644 --- a/sys/boot/common/reloc_elf64.c +++ b/sys/boot/common/reloc_elf64.c @@ -1,5 +1,5 @@ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/boot/common/reloc_elf64.c,v 1.1 2004/08/28 23:03:05 iedowse Exp $"); #define __ELF_WORD_SIZE 64 |