4.4BSD snapshot (revision 8.1); add 1993 to copyright
authorKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Sat, 5 Jun 1993 06:22:39 +0000 (22:22 -0800)
committerKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Sat, 5 Jun 1993 06:22:39 +0000 (22:22 -0800)
SCCS-vsn: lib/libc/db/hash/extern.h 8.1
SCCS-vsn: lib/libc/db/hash/hash.c 8.1
SCCS-vsn: lib/libc/db/hash/hash.h 8.1
SCCS-vsn: lib/libc/db/hash/hash_bigkey.c 8.1
SCCS-vsn: lib/libc/db/hash/hash_buf.c 8.1
SCCS-vsn: lib/libc/db/hash/hash_func.c 8.1
SCCS-vsn: lib/libc/db/hash/hash_log2.c 8.1
SCCS-vsn: lib/libc/db/hash/hash_page.c 8.1
SCCS-vsn: lib/libc/db/hash/hsearch.c 8.1
SCCS-vsn: lib/libc/db/hash/ndbm.c 8.1
SCCS-vsn: lib/libc/db/hash/page.h 8.1
SCCS-vsn: lib/libc/db/man/btree.3 8.1
SCCS-vsn: lib/libc/db/hash/search.h 8.1
SCCS-vsn: lib/libc/db/man/dbopen.3 8.1
SCCS-vsn: lib/libc/db/man/hash.3 8.1
SCCS-vsn: lib/libc/db/man/mpool.3 8.1
SCCS-vsn: lib/libc/db/man/recno.3 8.1

17 files changed:
usr/src/lib/libc/db/hash/extern.h
usr/src/lib/libc/db/hash/hash.c
usr/src/lib/libc/db/hash/hash.h
usr/src/lib/libc/db/hash/hash_bigkey.c
usr/src/lib/libc/db/hash/hash_buf.c
usr/src/lib/libc/db/hash/hash_func.c
usr/src/lib/libc/db/hash/hash_log2.c
usr/src/lib/libc/db/hash/hash_page.c
usr/src/lib/libc/db/hash/hsearch.c
usr/src/lib/libc/db/hash/ndbm.c
usr/src/lib/libc/db/hash/page.h
usr/src/lib/libc/db/hash/search.h
usr/src/lib/libc/db/man/btree.3
usr/src/lib/libc/db/man/dbopen.3
usr/src/lib/libc/db/man/hash.3
usr/src/lib/libc/db/man/mpool.3
usr/src/lib/libc/db/man/recno.3

index c3f6a77..47a32d6 100644 (file)
@@ -1,10 +1,10 @@
 /*-
 /*-
- * Copyright (c) 1991 The Regents of the University of California.
- * All rights reserved.
+ * Copyright (c) 1991, 1993
+ *     The Regents of the University of California.  All rights reserved.
  *
  * %sccs.include.redist.c%
  *
  *
  * %sccs.include.redist.c%
  *
- *     @(#)extern.h    5.3 (Berkeley) %G%
+ *     @(#)extern.h    8.1 (Berkeley) %G%
  */
 
 BUFHEAD        *__add_ovflpage __P((HTAB *, BUFHEAD *));
  */
 
 BUFHEAD        *__add_ovflpage __P((HTAB *, BUFHEAD *));
index 9a1283f..3a8257b 100644 (file)
@@ -9,7 +9,7 @@
  */
 
 #if defined(LIBC_SCCS) && !defined(lint)
  */
 
 #if defined(LIBC_SCCS) && !defined(lint)
-static char sccsid[] = "@(#)hash.c     5.35 (Berkeley) %G%";
+static char sccsid[] = "@(#)hash.c     8.1 (Berkeley) %G%";
 #endif /* LIBC_SCCS and not lint */
 
 #include <sys/param.h>
 #endif /* LIBC_SCCS and not lint */
 
 #include <sys/param.h>
index 4b72fcb..6658966 100644 (file)
@@ -1,13 +1,13 @@
 /*-
 /*-
- * Copyright (c) 1990 The Regents of the University of California.
- * All rights reserved.
+ * Copyright (c) 1990, 1993
+ *     The Regents of the University of California.  All rights reserved.
  *
  * This code is derived from software contributed to Berkeley by
  * Margo Seltzer.
  *
  * %sccs.include.redist.c%
  *
  *
  * This code is derived from software contributed to Berkeley by
  * Margo Seltzer.
  *
  * %sccs.include.redist.c%
  *
- *     @(#)hash.h      5.7 (Berkeley) %G%
+ *     @(#)hash.h      8.1 (Berkeley) %G%
  */
 
 /* Operations */
  */
 
 /* Operations */
index eda1eeb..3414927 100644 (file)
@@ -1,6 +1,6 @@
 /*-
 /*-
- * Copyright (c) 1990 The Regents of the University of California.
- * All rights reserved.
+ * Copyright (c) 1990, 1993
+ *     The Regents of the University of California.  All rights reserved.
  *
  * This code is derived from software contributed to Berkeley by
  * Margo Seltzer.
  *
  * This code is derived from software contributed to Berkeley by
  * Margo Seltzer.
@@ -9,7 +9,7 @@
  */
 
 #if defined(LIBC_SCCS) && !defined(lint)
  */
 
 #if defined(LIBC_SCCS) && !defined(lint)
-static char sccsid[] = "@(#)hash_bigkey.c      5.10 (Berkeley) %G%";
+static char sccsid[] = "@(#)hash_bigkey.c      8.1 (Berkeley) %G%";
 #endif /* LIBC_SCCS and not lint */
 
 /*
 #endif /* LIBC_SCCS and not lint */
 
 /*
index c723e6a..ab56c3f 100644 (file)
@@ -1,6 +1,6 @@
 /*-
 /*-
- * Copyright (c) 1990 The Regents of the University of California.
- * All rights reserved.
+ * Copyright (c) 1990, 1993
+ *     The Regents of the University of California.  All rights reserved.
  *
  * This code is derived from software contributed to Berkeley by
  * Margo Seltzer.
  *
  * This code is derived from software contributed to Berkeley by
  * Margo Seltzer.
@@ -9,7 +9,7 @@
  */
 
 #if defined(LIBC_SCCS) && !defined(lint)
  */
 
 #if defined(LIBC_SCCS) && !defined(lint)
-static char sccsid[] = "@(#)hash_buf.c 5.12 (Berkeley) %G%";
+static char sccsid[] = "@(#)hash_buf.c 8.1 (Berkeley) %G%";
 #endif /* LIBC_SCCS and not lint */
 
 /*
 #endif /* LIBC_SCCS and not lint */
 
 /*
index d78af5f..0810613 100644 (file)
@@ -1,6 +1,6 @@
 /*-
 /*-
- * Copyright (c) 1990 The Regents of the University of California.
- * All rights reserved.
+ * Copyright (c) 1990, 1993
+ *     The Regents of the University of California.  All rights reserved.
  *
  * This code is derived from software contributed to Berkeley by
  * Margo Seltzer.
  *
  * This code is derived from software contributed to Berkeley by
  * Margo Seltzer.
@@ -9,7 +9,7 @@
  */
 
 #if defined(LIBC_SCCS) && !defined(lint)
  */
 
 #if defined(LIBC_SCCS) && !defined(lint)
-static char sccsid[] = "@(#)hash_func.c        5.4 (Berkeley) %G%";
+static char sccsid[] = "@(#)hash_func.c        8.1 (Berkeley) %G%";
 #endif /* LIBC_SCCS and not lint */
 
 #include <sys/types.h>
 #endif /* LIBC_SCCS and not lint */
 
 #include <sys/types.h>
index 5664ee7..8e28fbd 100644 (file)
@@ -1,6 +1,6 @@
 /*-
 /*-
- * Copyright (c) 1990 The Regents of the University of California.
- * All rights reserved.
+ * Copyright (c) 1990, 1993
+ *     The Regents of the University of California.  All rights reserved.
  *
  * This code is derived from software contributed to Berkeley by
  * Margo Seltzer.
  *
  * This code is derived from software contributed to Berkeley by
  * Margo Seltzer.
@@ -9,7 +9,7 @@
  */
 
 #if defined(LIBC_SCCS) && !defined(lint)
  */
 
 #if defined(LIBC_SCCS) && !defined(lint)
-static char sccsid[] = "@(#)hash_log2.c        5.4 (Berkeley) %G%";
+static char sccsid[] = "@(#)hash_log2.c        8.1 (Berkeley) %G%";
 #endif /* LIBC_SCCS and not lint */
 
 #include <sys/types.h>
 #endif /* LIBC_SCCS and not lint */
 
 #include <sys/types.h>
index 8af4209..a05fe29 100644 (file)
@@ -9,7 +9,7 @@
  */
 
 #if defined(LIBC_SCCS) && !defined(lint)
  */
 
 #if defined(LIBC_SCCS) && !defined(lint)
-static char sccsid[] = "@(#)hash_page.c        5.27 (Berkeley) %G%";
+static char sccsid[] = "@(#)hash_page.c        8.1 (Berkeley) %G%";
 #endif /* LIBC_SCCS and not lint */
 
 /*
 #endif /* LIBC_SCCS and not lint */
 
 /*
index 5b45517..e8ab366 100644 (file)
@@ -1,6 +1,6 @@
 /*-
 /*-
- * Copyright (c) 1990 The Regents of the University of California.
- * All rights reserved.
+ * Copyright (c) 1990, 1993
+ *     The Regents of the University of California.  All rights reserved.
  *
  * This code is derived from software contributed to Berkeley by
  * Margo Seltzer.
  *
  * This code is derived from software contributed to Berkeley by
  * Margo Seltzer.
@@ -9,7 +9,7 @@
  */
 
 #if defined(LIBC_SCCS) && !defined(lint)
  */
 
 #if defined(LIBC_SCCS) && !defined(lint)
-static char sccsid[] = "@(#)hsearch.c  5.8 (Berkeley) %G%";
+static char sccsid[] = "@(#)hsearch.c  8.1 (Berkeley) %G%";
 #endif /* LIBC_SCCS and not lint */
 
 #include <sys/types.h>
 #endif /* LIBC_SCCS and not lint */
 
 #include <sys/types.h>
index 097f881..aaaaca0 100644 (file)
@@ -1,6 +1,6 @@
 /*-
 /*-
- * Copyright (c) 1990 The Regents of the University of California.
- * All rights reserved.
+ * Copyright (c) 1990, 1993
+ *     The Regents of the University of California.  All rights reserved.
  *
  * This code is derived from software contributed to Berkeley by
  * Margo Seltzer.
  *
  * This code is derived from software contributed to Berkeley by
  * Margo Seltzer.
@@ -9,7 +9,7 @@
  */
 
 #if defined(LIBC_SCCS) && !defined(lint)
  */
 
 #if defined(LIBC_SCCS) && !defined(lint)
-static char sccsid[] = "@(#)ndbm.c     5.14 (Berkeley) %G%";
+static char sccsid[] = "@(#)ndbm.c     8.1 (Berkeley) %G%";
 #endif /* LIBC_SCCS and not lint */
 
 /*
 #endif /* LIBC_SCCS and not lint */
 
 /*
index 3b398e3..083d7c6 100644 (file)
@@ -7,7 +7,7 @@
  *
  * %sccs.include.redist.c%
  *
  *
  * %sccs.include.redist.c%
  *
- *     @(#)page.h      5.2 (Berkeley) %G%
+ *     @(#)page.h      8.1 (Berkeley) %G%
  */
 
 /*
  */
 
 /*
index d7b88d8..b1e3406 100644 (file)
@@ -1,13 +1,13 @@
 /*-
 /*-
- * Copyright (c) 1990 The Regents of the University of California.
- * All rights reserved.
+ * Copyright (c) 1990, 1993
+ *     The Regents of the University of California.  All rights reserved.
  *
  * This code is derived from software contributed to Berkeley by
  * Margo Seltzer.
  *
  * %sccs.include.redist.c%
  *
  *
  * This code is derived from software contributed to Berkeley by
  * Margo Seltzer.
  *
  * %sccs.include.redist.c%
  *
- *     @(#)search.h    5.2 (Berkeley) %G%
+ *     @(#)search.h    8.1 (Berkeley) %G%
  */
 
 /* Backward compatibility to hsearch interface. */
  */
 
 /* Backward compatibility to hsearch interface. */
index 5728b3e..6970543 100644 (file)
@@ -1,9 +1,9 @@
-.\" Copyright (c) 1990 The Regents of the University of California.
-.\" All rights reserved.
+.\" Copyright (c) 1990, 1993
+.\"    The Regents of the University of California.  All rights reserved.
 .\"
 .\" %sccs.include.redist.man%
 .\"
 .\"
 .\" %sccs.include.redist.man%
 .\"
-.\"    @(#)btree.3     5.6 (Berkeley) %G%
+.\"    @(#)btree.3     8.1 (Berkeley) %G%
 .\"
 .TH BTREE 3 ""
 .\".UC 7
 .\"
 .TH BTREE 3 ""
 .\".UC 7
index 3e1d0a6..e4d82b9 100644 (file)
@@ -1,9 +1,9 @@
-.\" Copyright (c) 1990 The Regents of the University of California.
-.\" All rights reserved.
+.\" Copyright (c) 1990, 1993
+.\"    The Regents of the University of California.  All rights reserved.
 .\"
 .\" %sccs.include.redist.man%
 .\"
 .\"
 .\" %sccs.include.redist.man%
 .\"
-.\"    @(#)dbopen.3    5.26 (Berkeley) %G%
+.\"    @(#)dbopen.3    8.1 (Berkeley) %G%
 .\"
 .TH DBOPEN 3 ""
 .UC 7
 .\"
 .TH DBOPEN 3 ""
 .UC 7
index 21dbd59..9139e94 100644 (file)
@@ -3,7 +3,7 @@
 .\"
 .\" %sccs.include.redist.man%
 .\"
 .\"
 .\" %sccs.include.redist.man%
 .\"
-.\"    @(#)hash.3      5.1 (Berkeley) %G%
+.\"    @(#)hash.3      8.1 (Berkeley) %G%
 .\"
 .TH HASH 3 ""
 .UC 7
 .\"
 .TH HASH 3 ""
 .UC 7
index 4da5fa2..b7075e7 100644 (file)
@@ -1,9 +1,9 @@
-.\" Copyright (c) 1990 The Regents of the University of California.
-.\" All rights reserved.
+.\" Copyright (c) 1990, 1993
+.\"    The Regents of the University of California.  All rights reserved.
 .\"
 .\" %sccs.include.redist.man%
 .\"
 .\"
 .\" %sccs.include.redist.man%
 .\"
-.\"    @(#)mpool.3     5.2 (Berkeley) %G%
+.\"    @(#)mpool.3     8.1 (Berkeley) %G%
 .\"
 .TH MPOOL 3 ""
 .UC 7
 .\"
 .TH MPOOL 3 ""
 .UC 7
index 90c2b9a..a5ddc75 100644 (file)
@@ -1,9 +1,9 @@
-.\" Copyright (c) 1990 The Regents of the University of California.
-.\" All rights reserved.
+.\" Copyright (c) 1990, 1993
+.\"    The Regents of the University of California.  All rights reserved.
 .\"
 .\" %sccs.include.redist.man%
 .\"
 .\"
 .\" %sccs.include.redist.man%
 .\"
-.\"    @(#)recno.3     5.7 (Berkeley) %G%
+.\"    @(#)recno.3     8.1 (Berkeley) %G%
 .\"
 .TH RECNO 3 ""
 .UC 7
 .\"
 .TH RECNO 3 ""
 .UC 7