diff options
Diffstat (limited to 'sys/boot/powerpc/uboot/conf.c')
-rw-r--r-- | sys/boot/powerpc/uboot/conf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/boot/powerpc/uboot/conf.c b/sys/boot/powerpc/uboot/conf.c index 35305371ce6b..9cca9f208a5b 100644 --- a/sys/boot/powerpc/uboot/conf.c +++ b/sys/boot/powerpc/uboot/conf.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/boot/powerpc/uboot/conf.c,v 1.3.2.2.4.1 2010/12/21 17:09:25 kensmith Exp $"); #include <stand.h> #include "bootstrap.h" |