diff options
Diffstat (limited to 'sys/boot/efi/libefi/time.c')
-rw-r--r-- | sys/boot/efi/libefi/time.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/boot/efi/libefi/time.c b/sys/boot/efi/libefi/time.c index 4cdba6be81b4b..775c860a0ab0f 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.5.12.1 2008/10/02 02:57:24 kensmith Exp $"); #include <efi.h> #include <efilib.h> |