diff options
Diffstat (limited to 'sys/dev/fb/gfb.c')
| -rw-r--r-- | sys/dev/fb/gfb.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/fb/gfb.c b/sys/dev/fb/gfb.c index 63a317d8bb52..8e51d99adb68 100644 --- a/sys/dev/fb/gfb.c +++ b/sys/dev/fb/gfb.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/fb/gfb.c,v 1.5 2003/08/24 17:46:06 obrien Exp $"); /* * Copyright (c) 1995, 1996 Carnegie-Mellon University. * All rights reserved. @@ -54,7 +54,7 @@ __FBSDID("$FreeBSD$"); */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/fb/gfb.c,v 1.5 2003/08/24 17:46:06 obrien Exp $"); #include <machine/stdarg.h> |
