diff options
Diffstat (limited to 'sys/boot/ofw/common/main.c')
-rw-r--r-- | sys/boot/ofw/common/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/boot/ofw/common/main.c b/sys/boot/ofw/common/main.c index 1a03e9be62a66..b6a889445cab1 100644 --- a/sys/boot/ofw/common/main.c +++ b/sys/boot/ofw/common/main.c @@ -26,7 +26,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/boot/ofw/common/main.c,v 1.9 2007/06/17 00:17:15 marius Exp $"); #include <stand.h> #include "openfirm.h" |