diff options
Diffstat (limited to 'sys/boot/efi/libefi')
-rw-r--r-- | sys/boot/efi/libefi/Makefile | 2 | ||||
-rw-r--r-- | sys/boot/efi/libefi/delay.c | 2 | ||||
-rw-r--r-- | sys/boot/efi/libefi/efi_console.c | 2 | ||||
-rw-r--r-- | sys/boot/efi/libefi/efifs.c | 2 | ||||
-rw-r--r-- | sys/boot/efi/libefi/efinet.c | 2 | ||||
-rw-r--r-- | sys/boot/efi/libefi/errno.c | 2 | ||||
-rw-r--r-- | sys/boot/efi/libefi/handles.c | 2 | ||||
-rw-r--r-- | sys/boot/efi/libefi/libefi.c | 2 | ||||
-rw-r--r-- | sys/boot/efi/libefi/time.c | 2 |
9 files changed, 9 insertions, 9 deletions
diff --git a/sys/boot/efi/libefi/Makefile b/sys/boot/efi/libefi/Makefile index 5c504a3fac81..c9da3fcbd64d 100644 --- a/sys/boot/efi/libefi/Makefile +++ b/sys/boot/efi/libefi/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/boot/efi/libefi/Makefile,v 1.17.10.1.2.1 2009/10/25 01:10:29 kensmith Exp $ LIB= efi INTERNALLIB= diff --git a/sys/boot/efi/libefi/delay.c b/sys/boot/efi/libefi/delay.c index 723f681c5286..79d74095cc54 100644 --- a/sys/boot/efi/libefi/delay.c +++ b/sys/boot/efi/libefi/delay.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/boot/efi/libefi/delay.c,v 1.3.34.1.2.1 2009/10/25 01:10:29 kensmith Exp $"); #include <efi.h> #include <efilib.h> diff --git a/sys/boot/efi/libefi/efi_console.c b/sys/boot/efi/libefi/efi_console.c index 3538994ac104..5031398e5feb 100644 --- a/sys/boot/efi/libefi/efi_console.c +++ b/sys/boot/efi/libefi/efi_console.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/boot/efi/libefi/efi_console.c,v 1.5.30.1.2.1 2009/10/25 01:10:29 kensmith Exp $"); #include <efi.h> #include <efilib.h> diff --git a/sys/boot/efi/libefi/efifs.c b/sys/boot/efi/libefi/efifs.c index 716102cf1d04..9e5818b137e9 100644 --- a/sys/boot/efi/libefi/efifs.c +++ b/sys/boot/efi/libefi/efifs.c @@ -26,7 +26,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/boot/efi/libefi/efifs.c,v 1.10.10.1.2.1 2009/10/25 01:10:29 kensmith Exp $"); #include <sys/param.h> #include <sys/time.h> diff --git a/sys/boot/efi/libefi/efinet.c b/sys/boot/efi/libefi/efinet.c index 1eea8606fe15..6800228afe75 100644 --- a/sys/boot/efi/libefi/efinet.c +++ b/sys/boot/efi/libefi/efinet.c @@ -26,7 +26,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/boot/efi/libefi/efinet.c,v 1.7.10.1.2.1 2009/10/25 01:10:29 kensmith Exp $"); #include <sys/param.h> #include <netinet/in.h> diff --git a/sys/boot/efi/libefi/errno.c b/sys/boot/efi/libefi/errno.c index fac903faf27a..0543c27cb195 100644 --- a/sys/boot/efi/libefi/errno.c +++ b/sys/boot/efi/libefi/errno.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/boot/efi/libefi/errno.c,v 1.1.10.1.2.1 2009/10/25 01:10:29 kensmith Exp $"); #include <efi.h> #include <efilib.h> diff --git a/sys/boot/efi/libefi/handles.c b/sys/boot/efi/libefi/handles.c index 7c78a15f7a62..3b8aac8a82b5 100644 --- a/sys/boot/efi/libefi/handles.c +++ b/sys/boot/efi/libefi/handles.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/boot/efi/libefi/handles.c,v 1.1.10.1.2.1 2009/10/25 01:10:29 kensmith Exp $"); #include <efi.h> #include <efilib.h> diff --git a/sys/boot/efi/libefi/libefi.c b/sys/boot/efi/libefi/libefi.c index 20ea48c1e5be..709ffe815182 100644 --- a/sys/boot/efi/libefi/libefi.c +++ b/sys/boot/efi/libefi/libefi.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/boot/efi/libefi/libefi.c,v 1.7.10.1.2.1 2009/10/25 01:10:29 kensmith Exp $"); #include <efi.h> #include <efilib.h> diff --git a/sys/boot/efi/libefi/time.c b/sys/boot/efi/libefi/time.c index 5c39415368d7..510e8b86cba4 100644 --- a/sys/boot/efi/libefi/time.c +++ b/sys/boot/efi/libefi/time.c @@ -39,7 +39,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/boot/efi/libefi/time.c,v 1.6.10.1.2.1 2009/10/25 01:10:29 kensmith Exp $"); #include <efi.h> #include <efilib.h> |