diff options
Diffstat (limited to 'sys/dev/lindev')
-rw-r--r-- | sys/dev/lindev/full.c | 2 | ||||
-rw-r--r-- | sys/dev/lindev/lindev.c | 2 | ||||
-rw-r--r-- | sys/dev/lindev/lindev.h | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/sys/dev/lindev/full.c b/sys/dev/lindev/full.c index 294094c075d3e..a6c9a3b512af9 100644 --- a/sys/dev/lindev/full.c +++ b/sys/dev/lindev/full.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/lindev/full.c,v 1.1.4.2.2.1 2010/02/10 00:26:20 kensmith Exp $"); #include <sys/param.h> #include <sys/conf.h> diff --git a/sys/dev/lindev/lindev.c b/sys/dev/lindev/lindev.c index cf876042ae954..9fe657f89daff 100644 --- a/sys/dev/lindev/lindev.c +++ b/sys/dev/lindev/lindev.c @@ -34,7 +34,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/lindev/lindev.c,v 1.1.4.2.2.1 2010/02/10 00:26:20 kensmith Exp $"); #include <sys/param.h> #include <sys/conf.h> diff --git a/sys/dev/lindev/lindev.h b/sys/dev/lindev/lindev.h index 9b0be8250a02d..3aa62383c4120 100644 --- a/sys/dev/lindev/lindev.h +++ b/sys/dev/lindev/lindev.h @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/lindev/lindev.h,v 1.1.4.2.2.1 2010/02/10 00:26:20 kensmith Exp $ */ #ifndef _DEV_LINDEV_LINDEV_H |