diff options
Diffstat (limited to 'sys/i4b/layer4')
-rw-r--r-- | sys/i4b/layer4/i4b_i4bdrv.c | 2 | ||||
-rw-r--r-- | sys/i4b/layer4/i4b_l4.c | 2 | ||||
-rw-r--r-- | sys/i4b/layer4/i4b_l4.h | 2 | ||||
-rw-r--r-- | sys/i4b/layer4/i4b_l4mgmt.c | 2 | ||||
-rw-r--r-- | sys/i4b/layer4/i4b_l4timer.c | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/sys/i4b/layer4/i4b_i4bdrv.c b/sys/i4b/layer4/i4b_i4bdrv.c index 4eac13d2e07e..6ddfb1b4f0bb 100644 --- a/sys/i4b/layer4/i4b_i4bdrv.c +++ b/sys/i4b/layer4/i4b_i4bdrv.c @@ -32,7 +32,7 @@ *---------------------------------------------------------------------------*/ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/i4b/layer4/i4b_i4bdrv.c,v 1.41.2.1 2005/01/31 23:26:12 imp Exp $"); #include "i4bipr.h" #include "i4btel.h" diff --git a/sys/i4b/layer4/i4b_l4.c b/sys/i4b/layer4/i4b_l4.c index 04afebb2eb97..415f4989daa0 100644 --- a/sys/i4b/layer4/i4b_l4.c +++ b/sys/i4b/layer4/i4b_l4.c @@ -32,7 +32,7 @@ *---------------------------------------------------------------------------*/ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/i4b/layer4/i4b_l4.c,v 1.17.4.1 2005/01/31 23:26:12 imp Exp $"); #include "i4bipr.h" diff --git a/sys/i4b/layer4/i4b_l4.h b/sys/i4b/layer4/i4b_l4.h index b02d9ac7c97a..2772821ca64a 100644 --- a/sys/i4b/layer4/i4b_l4.h +++ b/sys/i4b/layer4/i4b_l4.h @@ -28,7 +28,7 @@ * i4b_l4.h - kernel interface to userland header file * --------------------------------------------------- * - * $FreeBSD$ + * $FreeBSD: src/sys/i4b/layer4/i4b_l4.h,v 1.8.8.1 2005/01/31 23:26:12 imp Exp $ * * last edit-date: [Thu Oct 18 10:11:51 2001] * diff --git a/sys/i4b/layer4/i4b_l4mgmt.c b/sys/i4b/layer4/i4b_l4mgmt.c index a5cf26be3617..d8963f05dec1 100644 --- a/sys/i4b/layer4/i4b_l4mgmt.c +++ b/sys/i4b/layer4/i4b_l4mgmt.c @@ -32,7 +32,7 @@ *---------------------------------------------------------------------------*/ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/i4b/layer4/i4b_l4mgmt.c,v 1.16.4.1 2005/01/31 23:26:12 imp Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/i4b/layer4/i4b_l4timer.c b/sys/i4b/layer4/i4b_l4timer.c index a63472bd2c18..7c1b04a06692 100644 --- a/sys/i4b/layer4/i4b_l4timer.c +++ b/sys/i4b/layer4/i4b_l4timer.c @@ -31,7 +31,7 @@ *---------------------------------------------------------------------------*/ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/i4b/layer4/i4b_l4timer.c,v 1.12.4.1 2005/01/31 23:26:12 imp Exp $"); #include <sys/param.h> #include <sys/kernel.h> |