diff options
Diffstat (limited to 'sys/boot/efi/libefi/delay.c')
-rw-r--r-- | sys/boot/efi/libefi/delay.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/boot/efi/libefi/delay.c b/sys/boot/efi/libefi/delay.c index 723f681c5286..73938c9d12c5 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.30.1 2008/11/25 02:59:29 kensmith Exp $"); #include <efi.h> #include <efilib.h> |