diff options
| author | David E. O'Brien <obrien@FreeBSD.org> | 2004-01-04 23:21:18 +0000 |
|---|---|---|
| committer | David E. O'Brien <obrien@FreeBSD.org> | 2004-01-04 23:21:18 +0000 |
| commit | bd506e2a3a4ef7f4dc3e14a15e7784a3e89b491f (patch) | |
| tree | 7cfe5172592faf71d517c15c83a0ed8497188c8d /sys/boot/sparc64/loader/main.c | |
| parent | c83f0f992a829358f6d088c5085357d3f1f55bc1 (diff) | |
Notes
Diffstat (limited to 'sys/boot/sparc64/loader/main.c')
| -rw-r--r-- | sys/boot/sparc64/loader/main.c | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/sys/boot/sparc64/loader/main.c b/sys/boot/sparc64/loader/main.c index ddf804a91257..95790f176917 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 <sys/cdefs.h> +__FBSDID("$FreeBSD$"); + /* * FreeBSD/sparc64 kernel loader - machine dependent part * |
