diff options
Diffstat (limited to 'sys/boot/common/console.c')
-rw-r--r-- | sys/boot/common/console.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/boot/common/console.c b/sys/boot/common/console.c index d140a96b570bd..2f7a2808bbbeb 100644 --- a/sys/boot/common/console.c +++ b/sys/boot/common/console.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/boot/common/console.c,v 1.8 2005/07/29 12:47:42 brian Exp $"); #include <stand.h> #include <string.h> |