From a93332491e10c1a23a9fd2f11ccbdba33d72d850 Mon Sep 17 00:00:00 2001 From: Ken Smith Date: Wed, 26 Nov 2008 01:09:48 +0000 Subject: Copy releng/6.4 to release/6.4.0 in preparation for 6.4-RELEASE. Approved by: re (implicit) This commit was manufactured to restore the state of the 6.4-RELEASE image. --- usr.bin/cmp/Makefile | 2 +- usr.bin/cmp/cmp.1 | 2 +- usr.bin/cmp/cmp.c | 2 +- usr.bin/cmp/extern.h | 2 +- usr.bin/cmp/link.c | 2 +- usr.bin/cmp/misc.c | 2 +- usr.bin/cmp/regular.c | 2 +- usr.bin/cmp/special.c | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) (limited to 'usr.bin/cmp') diff --git a/usr.bin/cmp/Makefile b/usr.bin/cmp/Makefile index d93f54bc0fd5..2181236e6182 100644 --- a/usr.bin/cmp/Makefile +++ b/usr.bin/cmp/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 6/6/93 -# $FreeBSD$ +# $FreeBSD: src/usr.bin/cmp/Makefile,v 1.6.14.1.10.1 2008/10/02 02:57:24 kensmith Exp $ PROG= cmp SRCS= cmp.c link.c misc.c regular.c special.c diff --git a/usr.bin/cmp/cmp.1 b/usr.bin/cmp/cmp.1 index 22ed9324eb87..4aad0f3b61b0 100644 --- a/usr.bin/cmp/cmp.1 +++ b/usr.bin/cmp/cmp.1 @@ -33,7 +33,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)cmp.1 8.1 (Berkeley) 6/6/93 -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/cmp/cmp.1,v 1.12.12.1.10.1 2008/10/02 02:57:24 kensmith Exp $ .\" .Dd June 6, 1993 .Dt CMP 1 diff --git a/usr.bin/cmp/cmp.c b/usr.bin/cmp/cmp.c index 304aa7de4613..3475f03da93e 100644 --- a/usr.bin/cmp/cmp.c +++ b/usr.bin/cmp/cmp.c @@ -44,7 +44,7 @@ static char sccsid[] = "@(#)cmp.c 8.3 (Berkeley) 4/2/94"; #endif #include -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/cmp/cmp.c,v 1.16.14.1.10.1 2008/10/02 02:57:24 kensmith Exp $"); #include #include diff --git a/usr.bin/cmp/extern.h b/usr.bin/cmp/extern.h index 1dd1c820e2fb..682ac4c17161 100644 --- a/usr.bin/cmp/extern.h +++ b/usr.bin/cmp/extern.h @@ -32,7 +32,7 @@ * * @(#)extern.h 8.3 (Berkeley) 4/2/94 * - * $FreeBSD$ + * $FreeBSD: src/usr.bin/cmp/extern.h,v 1.4.14.1.10.1 2008/10/02 02:57:24 kensmith Exp $ * */ diff --git a/usr.bin/cmp/link.c b/usr.bin/cmp/link.c index fe45def9fb57..e0d81dd86622 100644 --- a/usr.bin/cmp/link.c +++ b/usr.bin/cmp/link.c @@ -25,7 +25,7 @@ */ #include -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/cmp/link.c,v 1.1.2.1.10.1 2008/10/02 02:57:24 kensmith Exp $"); #include #include diff --git a/usr.bin/cmp/misc.c b/usr.bin/cmp/misc.c index 53c6a9bf6dd3..c2c105c253e2 100644 --- a/usr.bin/cmp/misc.c +++ b/usr.bin/cmp/misc.c @@ -38,7 +38,7 @@ static char sccsid[] = "@(#)misc.c 8.3 (Berkeley) 4/2/94"; #endif #include -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/cmp/misc.c,v 1.7.30.1 2008/10/02 02:57:24 kensmith Exp $"); #include diff --git a/usr.bin/cmp/regular.c b/usr.bin/cmp/regular.c index 7a27f5e470c4..eebded0bff9f 100644 --- a/usr.bin/cmp/regular.c +++ b/usr.bin/cmp/regular.c @@ -38,7 +38,7 @@ static char sccsid[] = "@(#)regular.c 8.3 (Berkeley) 4/2/94"; #endif #include -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/cmp/regular.c,v 1.18.28.1 2008/10/02 02:57:24 kensmith Exp $"); #include #include diff --git a/usr.bin/cmp/special.c b/usr.bin/cmp/special.c index bbe3cb10fa81..a16859d4a529 100644 --- a/usr.bin/cmp/special.c +++ b/usr.bin/cmp/special.c @@ -38,7 +38,7 @@ static char sccsid[] = "@(#)special.c 8.3 (Berkeley) 4/2/94"; #endif #include -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/cmp/special.c,v 1.10.26.1 2008/10/02 02:57:24 kensmith Exp $"); #include -- cgit v1.3