diff options
Diffstat (limited to 'lib/libc/db/test')
-rw-r--r-- | lib/libc/db/test/Makefile | 2 | ||||
-rw-r--r-- | lib/libc/db/test/btree.tests/main.c | 2 | ||||
-rw-r--r-- | lib/libc/db/test/dbtest.c | 2 | ||||
-rw-r--r-- | lib/libc/db/test/hash.tests/driver2.c | 2 | ||||
-rw-r--r-- | lib/libc/db/test/hash.tests/tcreat3.c | 2 | ||||
-rw-r--r-- | lib/libc/db/test/hash.tests/tdel.c | 2 | ||||
-rw-r--r-- | lib/libc/db/test/hash.tests/thash4.c | 2 | ||||
-rw-r--r-- | lib/libc/db/test/hash.tests/tread2.c | 2 | ||||
-rw-r--r-- | lib/libc/db/test/hash.tests/tseq.c | 2 | ||||
-rw-r--r-- | lib/libc/db/test/hash.tests/tverify.c | 2 |
10 files changed, 10 insertions, 10 deletions
diff --git a/lib/libc/db/test/Makefile b/lib/libc/db/test/Makefile index 712ad62583764..0b97a58e17c33 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 2001/08/03 21:43:26 bde 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 6308dcb885c11..adb5d15dbe340 100644 --- a/lib/libc/db/test/btree.tests/main.c +++ b/lib/libc/db/test/btree.tests/main.c @@ -38,7 +38,7 @@ static char sccsid[] = "@(#)main.c 8.1 (Berkeley) 6/4/93"; #endif /* LIBC_SCCS and not lint */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libc/db/test/btree.tests/main.c,v 1.4 2002/03/21 22:46:29 obrien Exp $"); #include <sys/param.h> #include <fcntl.h> diff --git a/lib/libc/db/test/dbtest.c b/lib/libc/db/test/dbtest.c index 4d81aee74aada..6552708dd69ed 100644 --- a/lib/libc/db/test/dbtest.c +++ b/lib/libc/db/test/dbtest.c @@ -41,7 +41,7 @@ static char copyright[] = static char sccsid[] = "@(#)dbtest.c 8.17 (Berkeley) 9/1/94"; #endif /* LIBC_SCCS and not lint */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libc/db/test/dbtest.c,v 1.10 2002/05/28 16:59:38 alfred Exp $"); #include <sys/param.h> #include <sys/stat.h> diff --git a/lib/libc/db/test/hash.tests/driver2.c b/lib/libc/db/test/hash.tests/driver2.c index 8b1c644d43e71..3c9c26823714d 100644 --- a/lib/libc/db/test/hash.tests/driver2.c +++ b/lib/libc/db/test/hash.tests/driver2.c @@ -44,7 +44,7 @@ static char copyright[] = static char sccsid[] = "@(#)driver2.c 8.1 (Berkeley) 6/4/93"; #endif /* LIBC_SCCS and not lint */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libc/db/test/hash.tests/driver2.c,v 1.3 2002/03/22 21:52:02 obrien 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 eff661af271ca..a5712cf48fb69 100644 --- a/lib/libc/db/test/hash.tests/tcreat3.c +++ b/lib/libc/db/test/hash.tests/tcreat3.c @@ -44,7 +44,7 @@ static char copyright[] = static char sccsid[] = "@(#)tcreat3.c 8.1 (Berkeley) 6/4/93"; #endif /* LIBC_SCCS and not lint */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libc/db/test/hash.tests/tcreat3.c,v 1.3 2002/03/22 21:52:02 obrien Exp $"); #include <sys/types.h> #include <sys/file.h> diff --git a/lib/libc/db/test/hash.tests/tdel.c b/lib/libc/db/test/hash.tests/tdel.c index 0a5eabb32df13..5607899e01b77 100644 --- a/lib/libc/db/test/hash.tests/tdel.c +++ b/lib/libc/db/test/hash.tests/tdel.c @@ -44,7 +44,7 @@ static char copyright[] = static char sccsid[] = "@(#)tdel.c 8.1 (Berkeley) 6/4/93"; #endif /* LIBC_SCCS and not lint */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libc/db/test/hash.tests/tdel.c,v 1.3 2002/03/22 21:52:02 obrien Exp $"); #include <sys/types.h> #include <sys/file.h> diff --git a/lib/libc/db/test/hash.tests/thash4.c b/lib/libc/db/test/hash.tests/thash4.c index 90b37839c377e..27e84cc394154 100644 --- a/lib/libc/db/test/hash.tests/thash4.c +++ b/lib/libc/db/test/hash.tests/thash4.c @@ -44,7 +44,7 @@ static char copyright[] = static char sccsid[] = "@(#)thash4.c 8.1 (Berkeley) 6/4/93"; #endif /* LIBC_SCCS and not lint */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libc/db/test/hash.tests/thash4.c,v 1.3 2002/03/22 21:52:02 obrien Exp $"); #include <sys/types.h> #include <sys/file.h> diff --git a/lib/libc/db/test/hash.tests/tread2.c b/lib/libc/db/test/hash.tests/tread2.c index 75f9fbb3fbe40..89b7d6595db51 100644 --- a/lib/libc/db/test/hash.tests/tread2.c +++ b/lib/libc/db/test/hash.tests/tread2.c @@ -44,7 +44,7 @@ static char copyright[] = static char sccsid[] = "@(#)tread2.c 8.1 (Berkeley) 6/4/93"; #endif /* LIBC_SCCS and not lint */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libc/db/test/hash.tests/tread2.c,v 1.2 2002/03/22 21:52:02 obrien Exp $"); #include <sys/types.h> #include <sys/file.h> diff --git a/lib/libc/db/test/hash.tests/tseq.c b/lib/libc/db/test/hash.tests/tseq.c index 4e5dc84a36c8d..d2a29c6bfeeba 100644 --- a/lib/libc/db/test/hash.tests/tseq.c +++ b/lib/libc/db/test/hash.tests/tseq.c @@ -44,7 +44,7 @@ static char copyright[] = static char sccsid[] = "@(#)tseq.c 8.1 (Berkeley) 6/4/93"; #endif /* LIBC_SCCS and not lint */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libc/db/test/hash.tests/tseq.c,v 1.3 2002/03/22 21:52:02 obrien Exp $"); #include <sys/types.h> #include <sys/file.h> diff --git a/lib/libc/db/test/hash.tests/tverify.c b/lib/libc/db/test/hash.tests/tverify.c index 18505f534e90b..a80dc287788fa 100644 --- a/lib/libc/db/test/hash.tests/tverify.c +++ b/lib/libc/db/test/hash.tests/tverify.c @@ -44,7 +44,7 @@ static char copyright[] = static char sccsid[] = "@(#)tverify.c 8.1 (Berkeley) 6/4/93"; #endif /* LIBC_SCCS and not lint */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libc/db/test/hash.tests/tverify.c,v 1.2 2002/03/22 21:52:02 obrien Exp $"); #include <sys/types.h> #include <sys/file.h> |