summaryrefslogtreecommitdiff
path: root/lib/libc/db/btree/bt_put.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libc/db/btree/bt_put.c')
-rw-r--r--lib/libc/db/btree/bt_put.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/db/btree/bt_put.c b/lib/libc/db/btree/bt_put.c
index 59f6cef4cc5..d8f88db7fad 100644
--- a/lib/libc/db/btree/bt_put.c
+++ b/lib/libc/db/btree/bt_put.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: bt_put.c,v 1.7 2002/02/16 21:27:22 millert Exp $ */
+/* $OpenBSD: bt_put.c,v 1.8 2003/05/01 20:23:40 avsm Exp $ */
/*-
* Copyright (c) 1990, 1993, 1994
@@ -40,7 +40,7 @@
#if 0
static char sccsid[] = "@(#)bt_put.c 8.8 (Berkeley) 7/26/94";
#else
-static char rcsid[] = "$OpenBSD: bt_put.c,v 1.7 2002/02/16 21:27:22 millert Exp $";
+static const char rcsid[] = "$OpenBSD: bt_put.c,v 1.8 2003/05/01 20:23:40 avsm Exp $";
#endif
#endif /* LIBC_SCCS and not lint */