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 2fdd2934d5191..dc2048871a364 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.7 2004/08/16 15:45:24 marius Exp $"); #include <stand.h> #include "openfirm.h" |