diff options
Diffstat (limited to 'sys/boot/i386/common')
-rw-r--r-- | sys/boot/i386/common/cons.c | 2 | ||||
-rw-r--r-- | sys/boot/i386/common/cons.h | 2 | ||||
-rw-r--r-- | sys/boot/i386/common/drv.c | 2 | ||||
-rw-r--r-- | sys/boot/i386/common/drv.h | 2 | ||||
-rw-r--r-- | sys/boot/i386/common/rbx.h | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/sys/boot/i386/common/cons.c b/sys/boot/i386/common/cons.c index 56febf2037fb..32a1984f0848 100644 --- a/sys/boot/i386/common/cons.c +++ b/sys/boot/i386/common/cons.c @@ -14,7 +14,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/boot/i386/common/cons.c,v 1.1.2.2.2.1 2010/12/21 17:09:25 kensmith Exp $"); #include <sys/param.h> diff --git a/sys/boot/i386/common/cons.h b/sys/boot/i386/common/cons.h index fe00a13e7171..1e5b744bdf7d 100644 --- a/sys/boot/i386/common/cons.h +++ b/sys/boot/i386/common/cons.h @@ -12,7 +12,7 @@ * warranties of merchantability and fitness for a particular * purpose. * - * $FreeBSD$ + * $FreeBSD: src/sys/boot/i386/common/cons.h,v 1.1.2.2.2.1 2010/12/21 17:09:25 kensmith Exp $ */ #ifndef _CONS_H_ diff --git a/sys/boot/i386/common/drv.c b/sys/boot/i386/common/drv.c index d249bc186406..e75dd892836b 100644 --- a/sys/boot/i386/common/drv.c +++ b/sys/boot/i386/common/drv.c @@ -15,7 +15,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/boot/i386/common/drv.c,v 1.1.2.2.2.1 2010/12/21 17:09:25 kensmith Exp $"); #include <sys/param.h> diff --git a/sys/boot/i386/common/drv.h b/sys/boot/i386/common/drv.h index 1ecfbc3af9e6..169be4175e53 100644 --- a/sys/boot/i386/common/drv.h +++ b/sys/boot/i386/common/drv.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/boot/i386/common/drv.h,v 1.1.2.2.2.1 2010/12/21 17:09:25 kensmith Exp $ */ #ifndef _DRV_H_ diff --git a/sys/boot/i386/common/rbx.h b/sys/boot/i386/common/rbx.h index 21371a563805..75d0fd4e7c11 100644 --- a/sys/boot/i386/common/rbx.h +++ b/sys/boot/i386/common/rbx.h @@ -12,7 +12,7 @@ * warranties of merchantability and fitness for a particular * purpose. * - * $FreeBSD$ + * $FreeBSD: src/sys/boot/i386/common/rbx.h,v 1.1.2.2.2.1 2010/12/21 17:09:25 kensmith Exp $ */ #ifndef _RBX_H_ |