summaryrefslogtreecommitdiff
path: root/lib/libc/db/recno/recno.h
diff options
context:
space:
mode:
authorTodd C. Miller <millert@cvs.openbsd.org>1999-02-15 05:11:26 +0000
committerTodd C. Miller <millert@cvs.openbsd.org>1999-02-15 05:11:26 +0000
commit3941e90b879e925d0fef8f0733e1d9c2e1861db5 (patch)
tree82b3c2fe01e0932c532b9e2a3f038a110315707d /lib/libc/db/recno/recno.h
parent0584840a66631455c4c44387526ce706056faee0 (diff)
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
Diffstat (limited to 'lib/libc/db/recno/recno.h')
-rw-r--r--lib/libc/db/recno/recno.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/libc/db/recno/recno.h b/lib/libc/db/recno/recno.h
index e12c26ee39f..c656d7b3508 100644
--- a/lib/libc/db/recno/recno.h
+++ b/lib/libc/db/recno/recno.h
@@ -1,3 +1,5 @@
+/* $OpenBSD: recno.h,v 1.4 1999/02/15 05:11:25 millert Exp $ */
+
/*-
* Copyright (c) 1991, 1993
* The Regents of the University of California. All rights reserved.
@@ -30,7 +32,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $OpenBSD: recno.h,v 1.3 1996/08/19 08:21:13 tholo Exp $
+ * @(#)recno.h 8.1 (Berkeley) 6/4/93
*/
enum SRCHOP { SDELETE, SINSERT, SEARCH}; /* Rec_search operation. */