summaryrefslogtreecommitdiff
path: root/sys/boot/uboot/lib/console.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/boot/uboot/lib/console.c')
-rw-r--r--sys/boot/uboot/lib/console.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/boot/uboot/lib/console.c b/sys/boot/uboot/lib/console.c
index f49f455c7efa..38e0aa6c885c 100644
--- a/sys/boot/uboot/lib/console.c
+++ b/sys/boot/uboot/lib/console.c
@@ -25,7 +25,7 @@
*/
#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
+__FBSDID("$FreeBSD: src/sys/boot/uboot/lib/console.c,v 1.3.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $");
#include <stand.h>
#include "bootstrap.h"