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. --- lib/libc/db/test/Makefile | 2 +- lib/libc/db/test/btree.tests/main.c | 2 +- lib/libc/db/test/dbtest.c | 2 +- lib/libc/db/test/hash.tests/driver2.c | 2 +- lib/libc/db/test/hash.tests/tcreat3.c | 2 +- lib/libc/db/test/hash.tests/tdel.c | 2 +- lib/libc/db/test/hash.tests/thash4.c | 2 +- lib/libc/db/test/hash.tests/tread2.c | 2 +- lib/libc/db/test/hash.tests/tseq.c | 2 +- lib/libc/db/test/hash.tests/tverify.c | 2 +- 10 files changed, 10 insertions(+), 10 deletions(-) (limited to 'lib/libc/db/test') diff --git a/lib/libc/db/test/Makefile b/lib/libc/db/test/Makefile index 712ad62583764..b6f66fd1a516b 100644 --- a/lib/libc/db/test/Makefile +++ b/lib/libc/db/test/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.15 (Berkeley) 7/28/94 -# $FreeBSD$ +# $FreeBSD: src/lib/libc/db/test/Makefile,v 1.3.38.1 2010/02/10 00:26:20 kensmith Exp $ PROG= dbtest OBJS= dbtest.o strerror.o diff --git a/lib/libc/db/test/btree.tests/main.c b/lib/libc/db/test/btree.tests/main.c index e31b5d983958e..2069676adb98d 100644 --- a/lib/libc/db/test/btree.tests/main.c +++ b/lib/libc/db/test/btree.tests/main.c @@ -34,7 +34,7 @@ static char sccsid[] = "@(#)main.c 8.1 (Berkeley) 6/4/93"; #endif /* LIBC_SCCS and not lint */ #include -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libc/db/test/btree.tests/main.c,v 1.5.10.1 2010/02/10 00:26:20 kensmith Exp $"); #include #include diff --git a/lib/libc/db/test/dbtest.c b/lib/libc/db/test/dbtest.c index 26a5eaf58d432..94e204c52928b 100644 --- a/lib/libc/db/test/dbtest.c +++ b/lib/libc/db/test/dbtest.c @@ -37,7 +37,7 @@ static char copyright[] = static char sccsid[] = "@(#)dbtest.c 8.17 (Berkeley) 9/1/94"; #endif /* LIBC_SCCS and not lint */ #include -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libc/db/test/dbtest.c,v 1.11.10.1 2010/02/10 00:26:20 kensmith Exp $"); #include #include diff --git a/lib/libc/db/test/hash.tests/driver2.c b/lib/libc/db/test/hash.tests/driver2.c index 1c5a13093c748..8a34f59ecabd7 100644 --- a/lib/libc/db/test/hash.tests/driver2.c +++ b/lib/libc/db/test/hash.tests/driver2.c @@ -40,7 +40,7 @@ static char copyright[] = static char sccsid[] = "@(#)driver2.c 8.1 (Berkeley) 6/4/93"; #endif /* LIBC_SCCS and not lint */ #include -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libc/db/test/hash.tests/driver2.c,v 1.4.12.1 2010/02/10 00:26:20 kensmith Exp $"); /* * Test driver, to try to tackle the large ugly-split problem. diff --git a/lib/libc/db/test/hash.tests/tcreat3.c b/lib/libc/db/test/hash.tests/tcreat3.c index 6ba3c07a8aa54..0ca1e417b6d8f 100644 --- a/lib/libc/db/test/hash.tests/tcreat3.c +++ b/lib/libc/db/test/hash.tests/tcreat3.c @@ -40,7 +40,7 @@ static char copyright[] = static char sccsid[] = "@(#)tcreat3.c 8.1 (Berkeley) 6/4/93"; #endif /* LIBC_SCCS and not lint */ #include -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libc/db/test/hash.tests/tcreat3.c,v 1.4.12.1 2010/02/10 00:26:20 kensmith Exp $"); #include #include diff --git a/lib/libc/db/test/hash.tests/tdel.c b/lib/libc/db/test/hash.tests/tdel.c index 1d7e424f7acc5..67b7ca5a56c40 100644 --- a/lib/libc/db/test/hash.tests/tdel.c +++ b/lib/libc/db/test/hash.tests/tdel.c @@ -40,7 +40,7 @@ static char copyright[] = static char sccsid[] = "@(#)tdel.c 8.1 (Berkeley) 6/4/93"; #endif /* LIBC_SCCS and not lint */ #include -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libc/db/test/hash.tests/tdel.c,v 1.4.12.1 2010/02/10 00:26:20 kensmith Exp $"); #include #include diff --git a/lib/libc/db/test/hash.tests/thash4.c b/lib/libc/db/test/hash.tests/thash4.c index 02f6832ba423c..b5ccac45ef1c3 100644 --- a/lib/libc/db/test/hash.tests/thash4.c +++ b/lib/libc/db/test/hash.tests/thash4.c @@ -40,7 +40,7 @@ static char copyright[] = static char sccsid[] = "@(#)thash4.c 8.1 (Berkeley) 6/4/93"; #endif /* LIBC_SCCS and not lint */ #include -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libc/db/test/hash.tests/thash4.c,v 1.4.12.1 2010/02/10 00:26:20 kensmith Exp $"); #include #include diff --git a/lib/libc/db/test/hash.tests/tread2.c b/lib/libc/db/test/hash.tests/tread2.c index fdcaab3100d1a..6ea5ecb9e4478 100644 --- a/lib/libc/db/test/hash.tests/tread2.c +++ b/lib/libc/db/test/hash.tests/tread2.c @@ -40,7 +40,7 @@ static char copyright[] = static char sccsid[] = "@(#)tread2.c 8.1 (Berkeley) 6/4/93"; #endif /* LIBC_SCCS and not lint */ #include -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libc/db/test/hash.tests/tread2.c,v 1.3.12.1 2010/02/10 00:26:20 kensmith Exp $"); #include #include diff --git a/lib/libc/db/test/hash.tests/tseq.c b/lib/libc/db/test/hash.tests/tseq.c index 3aac7d57488b4..3acfd516c5631 100644 --- a/lib/libc/db/test/hash.tests/tseq.c +++ b/lib/libc/db/test/hash.tests/tseq.c @@ -40,7 +40,7 @@ static char copyright[] = static char sccsid[] = "@(#)tseq.c 8.1 (Berkeley) 6/4/93"; #endif /* LIBC_SCCS and not lint */ #include -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libc/db/test/hash.tests/tseq.c,v 1.4.12.1 2010/02/10 00:26:20 kensmith Exp $"); #include #include diff --git a/lib/libc/db/test/hash.tests/tverify.c b/lib/libc/db/test/hash.tests/tverify.c index fb8ee3328e06e..06e60bd7d655e 100644 --- a/lib/libc/db/test/hash.tests/tverify.c +++ b/lib/libc/db/test/hash.tests/tverify.c @@ -40,7 +40,7 @@ static char copyright[] = static char sccsid[] = "@(#)tverify.c 8.1 (Berkeley) 6/4/93"; #endif /* LIBC_SCCS and not lint */ #include -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libc/db/test/hash.tests/tverify.c,v 1.3.12.1 2010/02/10 00:26:20 kensmith Exp $"); #include #include -- cgit v1.2.3