From 062c960d1b04a152d25f70b6ffd694e399527b71 Mon Sep 17 00:00:00 2001 From: obrien Date: Mon, 25 Aug 2003 23:30:41 +0000 Subject: Use __FBSDID(). Also some minor style cleanups. --- sys/boot/common/load_elf64.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'sys/boot/common/load_elf64.c') diff --git a/sys/boot/common/load_elf64.c b/sys/boot/common/load_elf64.c index d5f99d9..c29e8e3 100644 --- a/sys/boot/common/load_elf64.c +++ b/sys/boot/common/load_elf64.c @@ -1,3 +1,6 @@ -/* $FreeBSD$ */ +#include +__FBSDID("$FreeBSD$"); + #define __ELF_WORD_SIZE 64 + #include "load_elf.c" -- cgit v1.1