diff options
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. |
