diff options
Diffstat (limited to 'sys/dev/fb/gfb.c')
-rw-r--r-- | sys/dev/fb/gfb.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/fb/gfb.c b/sys/dev/fb/gfb.c index c3c8ef9d22cf..0d7d59668a9c 100644 --- a/sys/dev/fb/gfb.c +++ b/sys/dev/fb/gfb.c @@ -51,7 +51,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/fb/gfb.c,v 1.7.2.1 2005/10/05 21:48:02 marius Exp $"); #include <machine/stdarg.h> |