diff options
Diffstat (limited to 'sys/boot/ofw/common')
| -rw-r--r-- | sys/boot/ofw/common/Makefile.inc | 2 | ||||
| -rw-r--r-- | sys/boot/ofw/common/main.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sys/boot/ofw/common/Makefile.inc b/sys/boot/ofw/common/Makefile.inc index 5d20372631e6..a1870f185762 100644 --- a/sys/boot/ofw/common/Makefile.inc +++ b/sys/boot/ofw/common/Makefile.inc @@ -1,3 +1,3 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/boot/ofw/common/Makefile.inc,v 1.1 2000/11/10 06:39:49 benno Exp $ SRCS+= main.c diff --git a/sys/boot/ofw/common/main.c b/sys/boot/ofw/common/main.c index 2fdd2934d519..dc2048871a36 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" |
