summaryrefslogtreecommitdiff
path: root/lib/libc/db/btree/bt_open.c
diff options
context:
space:
mode:
authorkstailey <kstailey@cvs.openbsd.org>1997-07-23 21:00:31 +0000
committerkstailey <kstailey@cvs.openbsd.org>1997-07-23 21:00:31 +0000
commitca8b6682a9a4609bf4be0b3ee7866352ae39eb15 (patch)
treecf8f2c26be6009d7e86467b65c82c371cd4c5467 /lib/libc/db/btree/bt_open.c
parentb7a1826bfa9096ca08398669ee5feb2f021fc5c9 (diff)
tabify
Diffstat (limited to 'lib/libc/db/btree/bt_open.c')
-rw-r--r--lib/libc/db/btree/bt_open.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/db/btree/bt_open.c b/lib/libc/db/btree/bt_open.c
index fecc36c4000..7fb01943bb1 100644
--- a/lib/libc/db/btree/bt_open.c
+++ b/lib/libc/db/btree/bt_open.c
@@ -35,7 +35,7 @@
*/
#if defined(LIBC_SCCS) && !defined(lint)
-static char rcsid[] = "$OpenBSD: bt_open.c,v 1.4 1996/08/26 00:17:14 deraadt Exp $";
+static char rcsid[] = "$OpenBSD: bt_open.c,v 1.5 1997/07/23 21:00:25 kstailey Exp $";
#endif /* LIBC_SCCS and not lint */
/*
@@ -424,7 +424,7 @@ byteorder()
int
__bt_fd(dbp)
- const DB *dbp;
+ const DB *dbp;
{
BTREE *t;