diff options
Diffstat (limited to 'sys/dev/exca')
-rw-r--r-- | sys/dev/exca/exca.c | 2 | ||||
-rw-r--r-- | sys/dev/exca/excareg.h | 2 | ||||
-rw-r--r-- | sys/dev/exca/excavar.h | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/sys/dev/exca/exca.c b/sys/dev/exca/exca.c index 6edae3896886b..44924dc82a1d6 100644 --- a/sys/dev/exca/exca.c +++ b/sys/dev/exca/exca.c @@ -53,7 +53,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/exca/exca.c,v 1.28.10.1 2010/02/10 00:26:20 kensmith Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/dev/exca/excareg.h b/sys/dev/exca/excareg.h index 3bb3b4c9474ff..cb7f262db0488 100644 --- a/sys/dev/exca/excareg.h +++ b/sys/dev/exca/excareg.h @@ -1,5 +1,5 @@ /* $NetBSD: i82365reg.h,v 1.3 1998/12/20 17:53:28 nathanw Exp $ */ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/dev/exca/excareg.h,v 1.6.12.1 2010/02/10 00:26:20 kensmith Exp $ */ /*- * Copyright (c) 2002 M Warner Losh. All rights reserved. diff --git a/sys/dev/exca/excavar.h b/sys/dev/exca/excavar.h index bc29c81a09907..729c1e71ab633 100644 --- a/sys/dev/exca/excavar.h +++ b/sys/dev/exca/excavar.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/dev/exca/excavar.h,v 1.7.24.1 2010/02/10 00:26:20 kensmith Exp $ */ /*- * Copyright (c) 2002 M Warner Losh. All rights reserved. |