summaryrefslogtreecommitdiffstats
path: root/lib/libc/db/btree/bt_overflow.c
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>1996-05-07 09:00:07 +0000
committerderaadt <deraadt@openbsd.org>1996-05-07 09:00:07 +0000
commitbec2d00aee11811f26f3f148c6197e34c35176ed (patch)
treee1be895ea3ca839569a7ef41a0e3e28c3f905c1a /lib/libc/db/btree/bt_overflow.c
parentsync with 0504; mostly proto changes (some svr4 ioctl changes) (diff)
downloadwireguard-openbsd-bec2d00aee11811f26f3f148c6197e34c35176ed.tar.xz
wireguard-openbsd-bec2d00aee11811f26f3f148c6197e34c35176ed.zip
db release 1.85
Diffstat (limited to 'lib/libc/db/btree/bt_overflow.c')
-rw-r--r--lib/libc/db/btree/bt_overflow.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/libc/db/btree/bt_overflow.c b/lib/libc/db/btree/bt_overflow.c
index b5c43c60435..fcae9ef013b 100644
--- a/lib/libc/db/btree/bt_overflow.c
+++ b/lib/libc/db/btree/bt_overflow.c
@@ -1,4 +1,4 @@
-/* $NetBSD: bt_overflow.c,v 1.5 1995/02/27 13:20:33 cgd Exp $ */
+/* $NetBSD: bt_overflow.c,v 1.6 1996/05/03 21:50:48 cgd Exp $ */
/*-
* Copyright (c) 1990, 1993, 1994
@@ -38,9 +38,9 @@
#if defined(LIBC_SCCS) && !defined(lint)
#if 0
-static char sccsid[] = "@(#)bt_overflow.c 8.4 (Berkeley) 6/20/94";
+static char sccsid[] = "@(#)bt_overflow.c 8.5 (Berkeley) 7/16/94";
#else
-static char rcsid[] = "$NetBSD: bt_overflow.c,v 1.5 1995/02/27 13:20:33 cgd Exp $";
+static char rcsid[] = "$NetBSD: bt_overflow.c,v 1.6 1996/05/03 21:50:48 cgd Exp $";
#endif
#endif /* LIBC_SCCS and not lint */
@@ -87,7 +87,7 @@ __ovfl_get(t, p, ssz, buf, bufsz)
BTREE *t;
void *p;
size_t *ssz;
- char **buf;
+ void **buf;
size_t *bufsz;
{
PAGE *h;