diff options
| author | Ken Smith <kensmith@FreeBSD.org> | 2009-11-21 06:13:29 +0000 |
|---|---|---|
| committer | Ken Smith <kensmith@FreeBSD.org> | 2009-11-21 06:13:29 +0000 |
| commit | a4d3b78df842614c46b116fc5a6f470be637dccd (patch) | |
| tree | 46c6b11aa0464ba59f49361bd26e1a86962c0624 /lib/libc/db/hash | |
| parent | 59dd044d1cb744d3dba6b41c41e196b54e8fd9f8 (diff) | |
Create release/8.0.0 for the 8.0-RELEASE.release/8.0.0_cvs
Approved by: re (implicit)
This commit was manufactured to restore the state of the 8.0-RELEASE image.
Diffstat (limited to 'lib/libc/db/hash')
| -rw-r--r-- | lib/libc/db/hash/Makefile.inc | 2 | ||||
| -rw-r--r-- | lib/libc/db/hash/README | 2 | ||||
| -rw-r--r-- | lib/libc/db/hash/extern.h | 2 | ||||
| -rw-r--r-- | lib/libc/db/hash/hash.c | 2 | ||||
| -rw-r--r-- | lib/libc/db/hash/hash.h | 2 | ||||
| -rw-r--r-- | lib/libc/db/hash/hash_bigkey.c | 2 | ||||
| -rw-r--r-- | lib/libc/db/hash/hash_buf.c | 2 | ||||
| -rw-r--r-- | lib/libc/db/hash/hash_func.c | 2 | ||||
| -rw-r--r-- | lib/libc/db/hash/hash_log2.c | 2 | ||||
| -rw-r--r-- | lib/libc/db/hash/hash_page.c | 2 | ||||
| -rw-r--r-- | lib/libc/db/hash/ndbm.c | 2 | ||||
| -rw-r--r-- | lib/libc/db/hash/page.h | 2 |
12 files changed, 12 insertions, 12 deletions
diff --git a/lib/libc/db/hash/Makefile.inc b/lib/libc/db/hash/Makefile.inc index 2ecb81763f24..fca1a7ff84d5 100644 --- a/lib/libc/db/hash/Makefile.inc +++ b/lib/libc/db/hash/Makefile.inc @@ -1,5 +1,5 @@ # from @(#)Makefile.inc 8.1 (Berkeley) 6/4/93 -# $FreeBSD$ +# $FreeBSD: src/lib/libc/db/hash/Makefile.inc,v 1.5.36.1.2.1 2009/10/25 01:10:29 kensmith Exp $ .PATH: ${.CURDIR}/db/hash diff --git a/lib/libc/db/hash/README b/lib/libc/db/hash/README index 80d674396c0a..8a2151662d95 100644 --- a/lib/libc/db/hash/README +++ b/lib/libc/db/hash/README @@ -1,5 +1,5 @@ # @(#)README 8.1 (Berkeley) 6/4/93 -# $FreeBSD$ +# $FreeBSD: src/lib/libc/db/hash/README,v 1.2.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $ This package implements a superset of the hsearch and dbm/ndbm libraries. diff --git a/lib/libc/db/hash/extern.h b/lib/libc/db/hash/extern.h index c75c0ac66fc4..1ae030e5c1c3 100644 --- a/lib/libc/db/hash/extern.h +++ b/lib/libc/db/hash/extern.h @@ -27,7 +27,7 @@ * SUCH DAMAGE. * * @(#)extern.h 8.4 (Berkeley) 6/16/94 - * $FreeBSD$ + * $FreeBSD: src/lib/libc/db/hash/extern.h,v 1.4.10.1.2.1 2009/10/25 01:10:29 kensmith Exp $ */ BUFHEAD *__add_ovflpage(HTAB *, BUFHEAD *); diff --git a/lib/libc/db/hash/hash.c b/lib/libc/db/hash/hash.c index 83d26577740f..ee95a488fdd1 100644 --- a/lib/libc/db/hash/hash.c +++ b/lib/libc/db/hash/hash.c @@ -34,7 +34,7 @@ static char sccsid[] = "@(#)hash.c 8.9 (Berkeley) 6/16/94"; #endif /* LIBC_SCCS and not lint */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libc/db/hash/hash.c,v 1.21.2.2.2.1 2009/10/25 01:10:29 kensmith Exp $"); #include "namespace.h" #include <sys/param.h> diff --git a/lib/libc/db/hash/hash.h b/lib/libc/db/hash/hash.h index 8329413fffea..a915da78ce43 100644 --- a/lib/libc/db/hash/hash.h +++ b/lib/libc/db/hash/hash.h @@ -30,7 +30,7 @@ * SUCH DAMAGE. * * @(#)hash.h 8.3 (Berkeley) 5/31/94 - * $FreeBSD$ + * $FreeBSD: src/lib/libc/db/hash/hash.h,v 1.9.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $ */ /* Operations */ diff --git a/lib/libc/db/hash/hash_bigkey.c b/lib/libc/db/hash/hash_bigkey.c index c1914a521833..4a70f7ba2e27 100644 --- a/lib/libc/db/hash/hash_bigkey.c +++ b/lib/libc/db/hash/hash_bigkey.c @@ -34,7 +34,7 @@ static char sccsid[] = "@(#)hash_bigkey.c 8.3 (Berkeley) 5/31/94"; #endif /* LIBC_SCCS and not lint */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libc/db/hash/hash_bigkey.c,v 1.10.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $"); /* * PACKAGE: hash diff --git a/lib/libc/db/hash/hash_buf.c b/lib/libc/db/hash/hash_buf.c index 4445fc52b043..7a6435e61752 100644 --- a/lib/libc/db/hash/hash_buf.c +++ b/lib/libc/db/hash/hash_buf.c @@ -34,7 +34,7 @@ static char sccsid[] = "@(#)hash_buf.c 8.5 (Berkeley) 7/15/94"; #endif /* LIBC_SCCS and not lint */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libc/db/hash/hash_buf.c,v 1.12.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $"); /* * PACKAGE: hash diff --git a/lib/libc/db/hash/hash_func.c b/lib/libc/db/hash/hash_func.c index db32a75b7286..4a7554a73201 100644 --- a/lib/libc/db/hash/hash_func.c +++ b/lib/libc/db/hash/hash_func.c @@ -34,7 +34,7 @@ static char sccsid[] = "@(#)hash_func.c 8.2 (Berkeley) 2/21/94"; #endif /* LIBC_SCCS and not lint */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libc/db/hash/hash_func.c,v 1.7.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $"); #include <sys/types.h> diff --git a/lib/libc/db/hash/hash_log2.c b/lib/libc/db/hash/hash_log2.c index 0586aa728ec3..8be23be944aa 100644 --- a/lib/libc/db/hash/hash_log2.c +++ b/lib/libc/db/hash/hash_log2.c @@ -34,7 +34,7 @@ static char sccsid[] = "@(#)hash_log2.c 8.2 (Berkeley) 5/31/94"; #endif /* LIBC_SCCS and not lint */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libc/db/hash/hash_log2.c,v 1.5.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $"); #include <db.h> #include "hash.h" diff --git a/lib/libc/db/hash/hash_page.c b/lib/libc/db/hash/hash_page.c index fa01775fe8b3..86f8046acec8 100644 --- a/lib/libc/db/hash/hash_page.c +++ b/lib/libc/db/hash/hash_page.c @@ -34,7 +34,7 @@ static char sccsid[] = "@(#)hash_page.c 8.7 (Berkeley) 8/16/94"; #endif /* LIBC_SCCS and not lint */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libc/db/hash/hash_page.c,v 1.17.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $"); /* * PACKAGE: hashing diff --git a/lib/libc/db/hash/ndbm.c b/lib/libc/db/hash/ndbm.c index 42ffb1b50ab7..33d7b0f5e4f6 100644 --- a/lib/libc/db/hash/ndbm.c +++ b/lib/libc/db/hash/ndbm.c @@ -34,7 +34,7 @@ static char sccsid[] = "@(#)ndbm.c 8.4 (Berkeley) 7/21/94"; #endif /* LIBC_SCCS and not lint */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libc/db/hash/ndbm.c,v 1.7.10.1.2.1 2009/10/25 01:10:29 kensmith Exp $"); /* * This package provides a dbm compatible interface to the new hashing diff --git a/lib/libc/db/hash/page.h b/lib/libc/db/hash/page.h index 6959fe87eeb7..e46434057245 100644 --- a/lib/libc/db/hash/page.h +++ b/lib/libc/db/hash/page.h @@ -30,7 +30,7 @@ * SUCH DAMAGE. * * @(#)page.h 8.2 (Berkeley) 5/31/94 - * $FreeBSD$ + * $FreeBSD: src/lib/libc/db/hash/page.h,v 1.4.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $ */ /* |
