From 9c4d1c1956ecb0a222fb2f4579c320391fb67f06 Mon Sep 17 00:00:00 2001 From: Ken Smith Date: Sun, 21 Mar 2010 01:30:13 +0000 Subject: Copy releng/7.3 to release/7.3.0 to mark 7.3-RELEASE. Approved by: re (implicit) This commit was manufactured to restore the state of the 7.3-RELEASE image. --- usr.bin/colldef/Makefile | 2 +- usr.bin/colldef/colldef.1 | 2 +- usr.bin/colldef/common.h | 2 +- usr.bin/colldef/parse.y | 2 +- usr.bin/colldef/scan.l | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) (limited to 'usr.bin/colldef') diff --git a/usr.bin/colldef/Makefile b/usr.bin/colldef/Makefile index 6cb213f48898..4469b9a81f2d 100644 --- a/usr.bin/colldef/Makefile +++ b/usr.bin/colldef/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.bin/colldef/Makefile,v 1.21.38.1 2010/02/10 00:26:20 kensmith Exp $ PROG= colldef SRCS= parse.y scan.l y.tab.h diff --git a/usr.bin/colldef/colldef.1 b/usr.bin/colldef/colldef.1 index fafa74db460d..d8777c6d7ac9 100644 --- a/usr.bin/colldef/colldef.1 +++ b/usr.bin/colldef/colldef.1 @@ -23,7 +23,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/colldef/colldef.1,v 1.23.24.1 2010/02/10 00:26:20 kensmith Exp $ .\" .Dd January 27, 1995 .Dt COLLDEF 1 diff --git a/usr.bin/colldef/common.h b/usr.bin/colldef/common.h index 316490d4eb8d..12586fc56ab8 100644 --- a/usr.bin/colldef/common.h +++ b/usr.bin/colldef/common.h @@ -1,5 +1,5 @@ /* - * $FreeBSD$ + * $FreeBSD: src/usr.bin/colldef/common.h,v 1.2.40.1 2010/02/10 00:26:20 kensmith Exp $ */ #define CHARMAP_SYMBOL_LEN 64 diff --git a/usr.bin/colldef/parse.y b/usr.bin/colldef/parse.y index 375aed8ac3e0..08c4a8c8adfd 100644 --- a/usr.bin/colldef/parse.y +++ b/usr.bin/colldef/parse.y @@ -27,7 +27,7 @@ */ #include -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/colldef/parse.y,v 1.34.22.1 2010/02/10 00:26:20 kensmith Exp $"); #include #include diff --git a/usr.bin/colldef/scan.l b/usr.bin/colldef/scan.l index aeeff1406832..dfd94c58abaf 100644 --- a/usr.bin/colldef/scan.l +++ b/usr.bin/colldef/scan.l @@ -28,7 +28,7 @@ */ #include -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/colldef/scan.l,v 1.19.36.1 2010/02/10 00:26:20 kensmith Exp $"); #include #include -- cgit v1.3