From c73a98e05ae20b8b78d878adb073a0ab3fc48bd8 Mon Sep 17 00:00:00 2001 From: obrien Date: Sun, 4 Jan 2004 23:21:18 +0000 Subject: Convert to __FBSDID. --- sys/boot/sparc64/boot1/boot1.c | 1 - sys/boot/sparc64/loader/main.c | 6 ++++-- sys/boot/sparc64/loader/metadata.c | 4 +++- 3 files changed, 7 insertions(+), 4 deletions(-) (limited to 'sys/boot/sparc64') diff --git a/sys/boot/sparc64/boot1/boot1.c b/sys/boot/sparc64/boot1/boot1.c index 1b1c1ec..685e33f 100644 --- a/sys/boot/sparc64/boot1/boot1.c +++ b/sys/boot/sparc64/boot1/boot1.c @@ -13,7 +13,6 @@ * implied warranties, including, without limitation, the implied * warranties of merchantability and fitness for a particular * purpose. - * */ #include diff --git a/sys/boot/sparc64/loader/main.c b/sys/boot/sparc64/loader/main.c index ddf804a..95790f1 100644 --- a/sys/boot/sparc64/loader/main.c +++ b/sys/boot/sparc64/loader/main.c @@ -5,9 +5,11 @@ * * As long as the above copyright statement and this notice remain * unchanged, you can do what ever you want with this file. - * - * $FreeBSD$ */ + +#include +__FBSDID("$FreeBSD$"); + /* * FreeBSD/sparc64 kernel loader - machine dependent part * diff --git a/sys/boot/sparc64/loader/metadata.c b/sys/boot/sparc64/loader/metadata.c index 9bb8af0..cfb9879 100644 --- a/sys/boot/sparc64/loader/metadata.c +++ b/sys/boot/sparc64/loader/metadata.c @@ -24,9 +24,11 @@ * SUCH DAMAGE. * * from: FreeBSD: src/sys/boot/i386/libi386/bootinfo.c,v 1.29 - * $FreeBSD$ */ +#include +__FBSDID("$FreeBSD$"); + #include #include #include -- cgit v1.1