diff options
| author | cvs2svn <cvs2svn@FreeBSD.org> | 2006-05-23 04:09:12 +0000 |
|---|---|---|
| committer | cvs2svn <cvs2svn@FreeBSD.org> | 2006-05-23 04:09:12 +0000 |
| commit | 8bf7295cd17b8415c40bde11aa8f5bbbd597e5d6 (patch) | |
| tree | 81a52679e3e7f6958a04688cb683eaf21a140f5c /sys/boot/efi/loader | |
| parent | de7242811fa5d383ece9325e6864e857b2997f20 (diff) | |
Diffstat (limited to 'sys/boot/efi/loader')
| -rw-r--r-- | sys/boot/efi/loader/Makefile | 2 | ||||
| -rw-r--r-- | sys/boot/efi/loader/conf.c | 2 | ||||
| -rw-r--r-- | sys/boot/efi/loader/main.c | 2 | ||||
| -rw-r--r-- | sys/boot/efi/loader/version | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/sys/boot/efi/loader/Makefile b/sys/boot/efi/loader/Makefile index d08c84be81de..ef3b3016ecb4 100644 --- a/sys/boot/efi/loader/Makefile +++ b/sys/boot/efi/loader/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/boot/efi/loader/Makefile,v 1.22 2004/07/20 07:01:02 marcel Exp $ PROG= loader.sym INTERNALPROG= diff --git a/sys/boot/efi/loader/conf.c b/sys/boot/efi/loader/conf.c index 145b16b86115..7b0800a3e446 100644 --- a/sys/boot/efi/loader/conf.c +++ b/sys/boot/efi/loader/conf.c @@ -32,7 +32,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/boot/efi/loader/conf.c,v 1.9 2003/04/03 21:36:29 obrien Exp $"); #include <stand.h> #include <efi.h> diff --git a/sys/boot/efi/loader/main.c b/sys/boot/efi/loader/main.c index 30b4f257e04c..89f3275154ae 100644 --- a/sys/boot/efi/loader/main.c +++ b/sys/boot/efi/loader/main.c @@ -26,7 +26,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/boot/efi/loader/main.c,v 1.21 2004/08/10 02:08:57 marcel Exp $"); #include <stand.h> #include <string.h> diff --git a/sys/boot/efi/loader/version b/sys/boot/efi/loader/version index 71f9400f68b0..e6768f0cf353 100644 --- a/sys/boot/efi/loader/version +++ b/sys/boot/efi/loader/version @@ -1,4 +1,4 @@ -$FreeBSD$ +$FreeBSD: src/sys/boot/efi/loader/version,v 1.5 2002/12/10 20:11:20 marcel Exp $ NOTE ANY CHANGES YOU MAKE TO THE BOOTBLOCKS HERE. The format of this file is important. Make sure the current version number is on line 6. |
