From 3941e90b879e925d0fef8f0733e1d9c2e1861db5 Mon Sep 17 00:00:00 2001 From: "Todd C. Miller" Date: Mon, 15 Feb 1999 05:11:26 +0000 Subject: o Minor changes from db.1.86 (sleepycat). Does not include the new hash routines since they cannot read a hashed .db file from the old code. Most of these files just have their RCS/SCCS tags standardized. Note that mpool.3 has not been updated to reflect the new mpool interface. o Add a real dbm(3) manpage --- lib/libc/db/hash/hash.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'lib/libc/db/hash/hash.h') diff --git a/lib/libc/db/hash/hash.h b/lib/libc/db/hash/hash.h index 00b437c1e43..08998f3f1fa 100644 --- a/lib/libc/db/hash/hash.h +++ b/lib/libc/db/hash/hash.h @@ -1,3 +1,5 @@ +/* $OpenBSD: hash.h,v 1.4 1999/02/15 05:11:24 millert Exp $ */ + /*- * Copyright (c) 1990, 1993, 1994 * The Regents of the University of California. All rights reserved. @@ -33,7 +35,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $OpenBSD: hash.h,v 1.3 1996/08/19 08:20:32 tholo Exp $ + * @(#)hash.h 8.3 (Berkeley) 5/31/94 */ /* Operations */ -- cgit v1.2.3