diff options
Diffstat (limited to 'sys/dev/mc146818/mc146818.c')
-rw-r--r-- | sys/dev/mc146818/mc146818.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/mc146818/mc146818.c b/sys/dev/mc146818/mc146818.c index 3bd4ce321384..d5e67d96fcd3 100644 --- a/sys/dev/mc146818/mc146818.c +++ b/sys/dev/mc146818/mc146818.c @@ -27,7 +27,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/mc146818/mc146818.c,v 1.4 2005/06/04 23:24:50 marius Exp $"); /* * mc146818 and compatible time of day chip subroutines |