diff options
Diffstat (limited to 'lib/libc/db/hash')
| -rw-r--r-- | lib/libc/db/hash/Makefile.inc | 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 |
11 files changed, 11 insertions, 11 deletions
diff --git a/lib/libc/db/hash/Makefile.inc b/lib/libc/db/hash/Makefile.inc index 2ecb81763f248..94ddeb9f8fb90 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.38.1 2010/02/10 00:26:20 kensmith Exp $ .PATH: ${.CURDIR}/db/hash diff --git a/lib/libc/db/hash/extern.h b/lib/libc/db/hash/extern.h index c75c0ac66fc41..1b52d2f47d91d 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.12.1 2010/02/10 00:26:20 kensmith Exp $ */ BUFHEAD *__add_ovflpage(HTAB *, BUFHEAD *); diff --git a/lib/libc/db/hash/hash.c b/lib/libc/db/hash/hash.c index 6b71d4a7c30f9..a99ad4b5828b2 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.14.10.1 2010/02/10 00:26:20 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 66f86aa3d72c4..84d4411f4771c 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.7.10.1 2010/02/10 00:26:20 kensmith Exp $ */ /* Operations */ diff --git a/lib/libc/db/hash/hash_bigkey.c b/lib/libc/db/hash/hash_bigkey.c index 3a28ae5abd566..d94bd986fcf8a 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.6.10.1 2010/02/10 00:26:20 kensmith Exp $"); /* * PACKAGE: hash diff --git a/lib/libc/db/hash/hash_buf.c b/lib/libc/db/hash/hash_buf.c index a0e8d382d3eb7..1e9a0913fa4d6 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.8.2.1.4.1 2010/02/10 00:26:20 kensmith Exp $"); /* * PACKAGE: hash diff --git a/lib/libc/db/hash/hash_func.c b/lib/libc/db/hash/hash_func.c index 2ca0a483180f1..ad469fe65d193 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.6.10.1 2010/02/10 00:26:20 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 cbbfdc8419b4f..7128728b3ecc7 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.3.10.1 2010/02/10 00:26:20 kensmith Exp $"); #include <sys/types.h> diff --git a/lib/libc/db/hash/hash_page.c b/lib/libc/db/hash/hash_page.c index daeb18ed0c4e9..aa5193eec88b2 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.9.10.1 2010/02/10 00:26:20 kensmith Exp $"); /* * PACKAGE: hashing diff --git a/lib/libc/db/hash/ndbm.c b/lib/libc/db/hash/ndbm.c index 42ffb1b50ab7b..22428d41d2af0 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.12.1 2010/02/10 00:26:20 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 8155035e70d0d..a67f8d2b47f9a 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.3.10.1 2010/02/10 00:26:20 kensmith Exp $ */ /* |
