summaryrefslogtreecommitdiff
path: root/lib/libc/db
diff options
context:
space:
mode:
authorAnil Madhavapeddy <avsm@cvs.openbsd.org>2003-05-01 20:23:41 +0000
committerAnil Madhavapeddy <avsm@cvs.openbsd.org>2003-05-01 20:23:41 +0000
commitc40b0650f15a53d8399438a443f0eb28fa838b40 (patch)
tree09742050ae538035abe5ed24827bfe62c49b896f /lib/libc/db
parent2a707991746fe35ae31bb00ac6f5a631f2a7b727 (diff)
-Wall cleanup, make rcsid variables const
millert@ ok
Diffstat (limited to 'lib/libc/db')
-rw-r--r--lib/libc/db/btree/bt_close.c4
-rw-r--r--lib/libc/db/btree/bt_conv.c4
-rw-r--r--lib/libc/db/btree/bt_debug.c4
-rw-r--r--lib/libc/db/btree/bt_delete.c4
-rw-r--r--lib/libc/db/btree/bt_get.c4
-rw-r--r--lib/libc/db/btree/bt_open.c4
-rw-r--r--lib/libc/db/btree/bt_overflow.c4
-rw-r--r--lib/libc/db/btree/bt_page.c4
-rw-r--r--lib/libc/db/btree/bt_put.c4
-rw-r--r--lib/libc/db/btree/bt_search.c4
-rw-r--r--lib/libc/db/btree/bt_seq.c4
-rw-r--r--lib/libc/db/btree/bt_split.c4
-rw-r--r--lib/libc/db/btree/bt_utils.c4
-rw-r--r--lib/libc/db/db/db.c4
-rw-r--r--lib/libc/db/hash/hash.c4
-rw-r--r--lib/libc/db/hash/hash_bigkey.c4
-rw-r--r--lib/libc/db/hash/hash_buf.c4
-rw-r--r--lib/libc/db/hash/hash_func.c4
-rw-r--r--lib/libc/db/hash/hash_log2.c4
-rw-r--r--lib/libc/db/hash/hash_page.c4
-rw-r--r--lib/libc/db/hash/hsearch.c4
-rw-r--r--lib/libc/db/hash/ndbm.c4
-rw-r--r--lib/libc/db/mpool/mpool.c4
-rw-r--r--lib/libc/db/recno/rec_close.c4
-rw-r--r--lib/libc/db/recno/rec_delete.c4
-rw-r--r--lib/libc/db/recno/rec_get.c4
-rw-r--r--lib/libc/db/recno/rec_open.c4
-rw-r--r--lib/libc/db/recno/rec_put.c4
-rw-r--r--lib/libc/db/recno/rec_search.c4
-rw-r--r--lib/libc/db/recno/rec_seq.c4
-rw-r--r--lib/libc/db/recno/rec_utils.c2
31 files changed, 61 insertions, 61 deletions
diff --git a/lib/libc/db/btree/bt_close.c b/lib/libc/db/btree/bt_close.c
index f56e235a9f5..83173ba2ac8 100644
--- a/lib/libc/db/btree/bt_close.c
+++ b/lib/libc/db/btree/bt_close.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: bt_close.c,v 1.5 2002/02/16 21:27:22 millert Exp $ */
+/* $OpenBSD: bt_close.c,v 1.6 2003/05/01 20:23:40 avsm Exp $ */
/*-
* Copyright (c) 1990, 1993, 1994
@@ -40,7 +40,7 @@
#if 0
static char sccsid[] = "@(#)bt_close.c 8.7 (Berkeley) 8/17/94";
#else
-static char rcsid[] = "$OpenBSD: bt_close.c,v 1.5 2002/02/16 21:27:22 millert Exp $";
+static const char rcsid[] = "$OpenBSD: bt_close.c,v 1.6 2003/05/01 20:23:40 avsm Exp $";
#endif
#endif /* LIBC_SCCS and not lint */
diff --git a/lib/libc/db/btree/bt_conv.c b/lib/libc/db/btree/bt_conv.c
index 064495e224e..269fb8b276a 100644
--- a/lib/libc/db/btree/bt_conv.c
+++ b/lib/libc/db/btree/bt_conv.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: bt_conv.c,v 1.5 2002/02/16 21:27:22 millert Exp $ */
+/* $OpenBSD: bt_conv.c,v 1.6 2003/05/01 20:23:40 avsm Exp $ */
/*-
* Copyright (c) 1990, 1993, 1994
@@ -40,7 +40,7 @@
#if 0
static char sccsid[] = "@(#)bt_conv.c 8.5 (Berkeley) 8/17/94";
#else
-static char rcsid[] = "$OpenBSD: bt_conv.c,v 1.5 2002/02/16 21:27:22 millert Exp $";
+static const char rcsid[] = "$OpenBSD: bt_conv.c,v 1.6 2003/05/01 20:23:40 avsm Exp $";
#endif
#endif /* LIBC_SCCS and not lint */
diff --git a/lib/libc/db/btree/bt_debug.c b/lib/libc/db/btree/bt_debug.c
index cf652e4741b..2ff4d16ff26 100644
--- a/lib/libc/db/btree/bt_debug.c
+++ b/lib/libc/db/btree/bt_debug.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: bt_debug.c,v 1.5 2002/02/25 23:45:14 millert Exp $ */
+/* $OpenBSD: bt_debug.c,v 1.6 2003/05/01 20:23:40 avsm Exp $ */
/*-
* Copyright (c) 1990, 1993, 1994
@@ -40,7 +40,7 @@
#if 0
static char sccsid[] = "@(#)bt_debug.c 8.5 (Berkeley) 8/17/94";
#else
-static char rcsid[] = "$OpenBSD: bt_debug.c,v 1.5 2002/02/25 23:45:14 millert Exp $";
+static const char rcsid[] = "$OpenBSD: bt_debug.c,v 1.6 2003/05/01 20:23:40 avsm Exp $";
#endif
#endif /* LIBC_SCCS and not lint */
diff --git a/lib/libc/db/btree/bt_delete.c b/lib/libc/db/btree/bt_delete.c
index 1c70309bb50..e260b9b31fa 100644
--- a/lib/libc/db/btree/bt_delete.c
+++ b/lib/libc/db/btree/bt_delete.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: bt_delete.c,v 1.6 2002/02/16 21:27:22 millert Exp $ */
+/* $OpenBSD: bt_delete.c,v 1.7 2003/05/01 20:23:40 avsm Exp $ */
/*-
* Copyright (c) 1990, 1993, 1994
@@ -40,7 +40,7 @@
#if 0
static char sccsid[] = "@(#)bt_delete.c 8.13 (Berkeley) 7/28/94";
#else
-static char rcsid[] = "$OpenBSD: bt_delete.c,v 1.6 2002/02/16 21:27:22 millert Exp $";
+static const char rcsid[] = "$OpenBSD: bt_delete.c,v 1.7 2003/05/01 20:23:40 avsm Exp $";
#endif
#endif /* LIBC_SCCS and not lint */
diff --git a/lib/libc/db/btree/bt_get.c b/lib/libc/db/btree/bt_get.c
index 0f8e99680a4..685b9730c0f 100644
--- a/lib/libc/db/btree/bt_get.c
+++ b/lib/libc/db/btree/bt_get.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: bt_get.c,v 1.4 1999/02/15 05:11:22 millert Exp $ */
+/* $OpenBSD: bt_get.c,v 1.5 2003/05/01 20:23:40 avsm Exp $ */
/*-
* Copyright (c) 1990, 1993, 1994
@@ -40,7 +40,7 @@
#if 0
static char sccsid[] = "@(#)bt_get.c 8.6 (Berkeley) 7/20/94";
#else
-static char rcsid[] = "$OpenBSD: bt_get.c,v 1.4 1999/02/15 05:11:22 millert Exp $";
+static const char rcsid[] = "$OpenBSD: bt_get.c,v 1.5 2003/05/01 20:23:40 avsm Exp $";
#endif
#endif /* LIBC_SCCS and not lint */
diff --git a/lib/libc/db/btree/bt_open.c b/lib/libc/db/btree/bt_open.c
index 8f227efbf3b..51434f51184 100644
--- a/lib/libc/db/btree/bt_open.c
+++ b/lib/libc/db/btree/bt_open.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: bt_open.c,v 1.9 2002/02/25 23:45:14 millert Exp $ */
+/* $OpenBSD: bt_open.c,v 1.10 2003/05/01 20:23:40 avsm Exp $ */
/*-
* Copyright (c) 1990, 1993, 1994
@@ -40,7 +40,7 @@
#if 0
static char sccsid[] = "@(#)bt_open.c 8.11 (Berkeley) 11/2/95";
#else
-static char rcsid[] = "$OpenBSD: bt_open.c,v 1.9 2002/02/25 23:45:14 millert Exp $";
+static const char rcsid[] = "$OpenBSD: bt_open.c,v 1.10 2003/05/01 20:23:40 avsm Exp $";
#endif
#endif /* LIBC_SCCS and not lint */
diff --git a/lib/libc/db/btree/bt_overflow.c b/lib/libc/db/btree/bt_overflow.c
index 1faaa79a503..dc8eb255417 100644
--- a/lib/libc/db/btree/bt_overflow.c
+++ b/lib/libc/db/btree/bt_overflow.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: bt_overflow.c,v 1.5 1999/02/15 05:11:23 millert Exp $ */
+/* $OpenBSD: bt_overflow.c,v 1.6 2003/05/01 20:23:40 avsm Exp $ */
/*-
* Copyright (c) 1990, 1993, 1994
@@ -40,7 +40,7 @@
#if 0
static char sccsid[] = "@(#)bt_overflow.c 8.5 (Berkeley) 7/16/94";
#else
-static char rcsid[] = "$OpenBSD: bt_overflow.c,v 1.5 1999/02/15 05:11:23 millert Exp $";
+static const char rcsid[] = "$OpenBSD: bt_overflow.c,v 1.6 2003/05/01 20:23:40 avsm Exp $";
#endif
#endif /* LIBC_SCCS and not lint */
diff --git a/lib/libc/db/btree/bt_page.c b/lib/libc/db/btree/bt_page.c
index e9f7996126e..082a59820bb 100644
--- a/lib/libc/db/btree/bt_page.c
+++ b/lib/libc/db/btree/bt_page.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: bt_page.c,v 1.5 1999/02/15 05:11:23 millert Exp $ */
+/* $OpenBSD: bt_page.c,v 1.6 2003/05/01 20:23:40 avsm Exp $ */
/*-
* Copyright (c) 1990, 1993, 1994
@@ -37,7 +37,7 @@
#if 0
static char sccsid[] = "@(#)bt_page.c 8.3 (Berkeley) 7/14/94";
#else
-static char rcsid[] = "$OpenBSD: bt_page.c,v 1.5 1999/02/15 05:11:23 millert Exp $";
+static const char rcsid[] = "$OpenBSD: bt_page.c,v 1.6 2003/05/01 20:23:40 avsm Exp $";
#endif
#endif /* LIBC_SCCS and not lint */
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 */
diff --git a/lib/libc/db/btree/bt_search.c b/lib/libc/db/btree/bt_search.c
index d93b12080af..bb238fd6a09 100644
--- a/lib/libc/db/btree/bt_search.c
+++ b/lib/libc/db/btree/bt_search.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: bt_search.c,v 1.5 2002/02/16 21:27:22 millert Exp $ */
+/* $OpenBSD: bt_search.c,v 1.6 2003/05/01 20:23:40 avsm Exp $ */
/*-
* Copyright (c) 1990, 1993, 1994
@@ -40,7 +40,7 @@
#if 0
static char sccsid[] = "@(#)bt_search.c 8.8 (Berkeley) 7/31/94";
#else
-static char rcsid[] = "$OpenBSD: bt_search.c,v 1.5 2002/02/16 21:27:22 millert Exp $";
+static const char rcsid[] = "$OpenBSD: bt_search.c,v 1.6 2003/05/01 20:23:40 avsm Exp $";
#endif
#endif /* LIBC_SCCS and not lint */
diff --git a/lib/libc/db/btree/bt_seq.c b/lib/libc/db/btree/bt_seq.c
index b871df4e1fe..4b7ff51f62f 100644
--- a/lib/libc/db/btree/bt_seq.c
+++ b/lib/libc/db/btree/bt_seq.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: bt_seq.c,v 1.6 2002/02/16 21:27:22 millert Exp $ */
+/* $OpenBSD: bt_seq.c,v 1.7 2003/05/01 20:23:40 avsm Exp $ */
/*-
* Copyright (c) 1990, 1993, 1994
@@ -40,7 +40,7 @@
#if 0
static char sccsid[] = "@(#)bt_seq.c 8.7 (Berkeley) 7/20/94";
#else
-static char rcsid[] = "$OpenBSD: bt_seq.c,v 1.6 2002/02/16 21:27:22 millert Exp $";
+static const char rcsid[] = "$OpenBSD: bt_seq.c,v 1.7 2003/05/01 20:23:40 avsm Exp $";
#endif
#endif /* LIBC_SCCS and not lint */
diff --git a/lib/libc/db/btree/bt_split.c b/lib/libc/db/btree/bt_split.c
index 264b6ecb1fa..07f137fc13e 100644
--- a/lib/libc/db/btree/bt_split.c
+++ b/lib/libc/db/btree/bt_split.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: bt_split.c,v 1.9 2002/02/25 23:45:14 millert Exp $ */
+/* $OpenBSD: bt_split.c,v 1.10 2003/05/01 20:23:40 avsm Exp $ */
/*-
* Copyright (c) 1990, 1993, 1994
@@ -40,7 +40,7 @@
#if 0
static char sccsid[] = "@(#)bt_split.c 8.10 (Berkeley) 1/9/95";
#else
-static char rcsid[] = "$OpenBSD: bt_split.c,v 1.9 2002/02/25 23:45:14 millert Exp $";
+static const char rcsid[] = "$OpenBSD: bt_split.c,v 1.10 2003/05/01 20:23:40 avsm Exp $";
#endif
#endif /* LIBC_SCCS and not lint */
diff --git a/lib/libc/db/btree/bt_utils.c b/lib/libc/db/btree/bt_utils.c
index 093901f5e5f..5f091203443 100644
--- a/lib/libc/db/btree/bt_utils.c
+++ b/lib/libc/db/btree/bt_utils.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: bt_utils.c,v 1.4 1999/02/15 05:11:23 millert Exp $ */
+/* $OpenBSD: bt_utils.c,v 1.5 2003/05/01 20:23:40 avsm Exp $ */
/*-
* Copyright (c) 1990, 1993, 1994
@@ -40,7 +40,7 @@
#if 0
static char sccsid[] = "@(#)bt_utils.c 8.8 (Berkeley) 7/20/94";
#else
-static char rcsid[] = "$OpenBSD: bt_utils.c,v 1.4 1999/02/15 05:11:23 millert Exp $";
+static const char rcsid[] = "$OpenBSD: bt_utils.c,v 1.5 2003/05/01 20:23:40 avsm Exp $";
#endif
#endif /* LIBC_SCCS and not lint */
diff --git a/lib/libc/db/db/db.c b/lib/libc/db/db/db.c
index 009c30b2e84..efb0112a1af 100644
--- a/lib/libc/db/db/db.c
+++ b/lib/libc/db/db/db.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: db.c,v 1.5 2002/02/25 23:45:15 millert Exp $ */
+/* $OpenBSD: db.c,v 1.6 2003/05/01 20:23:40 avsm Exp $ */
/*-
* Copyright (c) 1991, 1993
@@ -37,7 +37,7 @@
#if 0
static char sccsid[] = "@(#)db.c 8.4 (Berkeley) 2/21/94";
#else
-static char rcsid[] = "$OpenBSD: db.c,v 1.5 2002/02/25 23:45:15 millert Exp $";
+static const char rcsid[] = "$OpenBSD: db.c,v 1.6 2003/05/01 20:23:40 avsm Exp $";
#endif
#endif /* LIBC_SCCS and not lint */
diff --git a/lib/libc/db/hash/hash.c b/lib/libc/db/hash/hash.c
index 9889d4d33ff..10e8f649cfe 100644
--- a/lib/libc/db/hash/hash.c
+++ b/lib/libc/db/hash/hash.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: hash.c,v 1.14 2002/03/25 19:08:48 millert Exp $ */
+/* $OpenBSD: hash.c,v 1.15 2003/05/01 20:23:40 avsm Exp $ */
/*-
* Copyright (c) 1990, 1993, 1994
@@ -40,7 +40,7 @@
#if 0
static char sccsid[] = "@(#)hash.c 8.9 (Berkeley) 6/16/94";
#else
-static char rcsid[] = "$OpenBSD: hash.c,v 1.14 2002/03/25 19:08:48 millert Exp $";
+static const char rcsid[] = "$OpenBSD: hash.c,v 1.15 2003/05/01 20:23:40 avsm Exp $";
#endif
#endif /* LIBC_SCCS and not lint */
diff --git a/lib/libc/db/hash/hash_bigkey.c b/lib/libc/db/hash/hash_bigkey.c
index f5e953f2726..291d503fcf0 100644
--- a/lib/libc/db/hash/hash_bigkey.c
+++ b/lib/libc/db/hash/hash_bigkey.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: hash_bigkey.c,v 1.10 2002/02/25 23:45:15 millert Exp $ */
+/* $OpenBSD: hash_bigkey.c,v 1.11 2003/05/01 20:23:40 avsm Exp $ */
/*-
* Copyright (c) 1990, 1993, 1994
@@ -40,7 +40,7 @@
#if 0
static char sccsid[] = "@(#)hash_bigkey.c 8.3 (Berkeley) 5/31/94";
#else
-static char rcsid[] = "$OpenBSD: hash_bigkey.c,v 1.10 2002/02/25 23:45:15 millert Exp $";
+static const char rcsid[] = "$OpenBSD: hash_bigkey.c,v 1.11 2003/05/01 20:23:40 avsm Exp $";
#endif
#endif /* LIBC_SCCS and not lint */
diff --git a/lib/libc/db/hash/hash_buf.c b/lib/libc/db/hash/hash_buf.c
index f8e5089edac..40f65d8e64c 100644
--- a/lib/libc/db/hash/hash_buf.c
+++ b/lib/libc/db/hash/hash_buf.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: hash_buf.c,v 1.10 2002/02/25 23:45:15 millert Exp $ */
+/* $OpenBSD: hash_buf.c,v 1.11 2003/05/01 20:23:40 avsm Exp $ */
/*-
* Copyright (c) 1990, 1993, 1994
@@ -40,7 +40,7 @@
#if 0
static char sccsid[] = "@(#)hash_buf.c 8.5 (Berkeley) 7/15/94";
#else
-static char rcsid[] = "$OpenBSD: hash_buf.c,v 1.10 2002/02/25 23:45:15 millert Exp $";
+static const char rcsid[] = "$OpenBSD: hash_buf.c,v 1.11 2003/05/01 20:23:40 avsm Exp $";
#endif
#endif /* LIBC_SCCS and not lint */
diff --git a/lib/libc/db/hash/hash_func.c b/lib/libc/db/hash/hash_func.c
index 2b054569e86..d1b705b29dd 100644
--- a/lib/libc/db/hash/hash_func.c
+++ b/lib/libc/db/hash/hash_func.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: hash_func.c,v 1.6 2002/02/16 21:27:22 millert Exp $ */
+/* $OpenBSD: hash_func.c,v 1.7 2003/05/01 20:23:40 avsm Exp $ */
/*-
* Copyright (c) 1990, 1993
@@ -40,7 +40,7 @@
#if 0
static char sccsid[] = "@(#)hash_func.c 8.4 (Berkeley) 11/7/95";
#else
-static char rcsid[] = "$OpenBSD: hash_func.c,v 1.6 2002/02/16 21:27:22 millert Exp $";
+static const char rcsid[] = "$OpenBSD: hash_func.c,v 1.7 2003/05/01 20:23:40 avsm Exp $";
#endif
#endif /* LIBC_SCCS and not lint */
diff --git a/lib/libc/db/hash/hash_log2.c b/lib/libc/db/hash/hash_log2.c
index 244560c0870..d2e3c9df959 100644
--- a/lib/libc/db/hash/hash_log2.c
+++ b/lib/libc/db/hash/hash_log2.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: hash_log2.c,v 1.4 1999/02/15 05:11:24 millert Exp $ */
+/* $OpenBSD: hash_log2.c,v 1.5 2003/05/01 20:23:40 avsm Exp $ */
/*-
* Copyright (c) 1990, 1993, 1994
@@ -40,7 +40,7 @@
#if 0
static char sccsid[] = "@(#)hash_log2.c 8.4 (Berkeley) 11/7/95";
#else
-static char rcsid[] = "$OpenBSD: hash_log2.c,v 1.4 1999/02/15 05:11:24 millert Exp $";
+static const char rcsid[] = "$OpenBSD: hash_log2.c,v 1.5 2003/05/01 20:23:40 avsm Exp $";
#endif
#endif /* LIBC_SCCS and not lint */
diff --git a/lib/libc/db/hash/hash_page.c b/lib/libc/db/hash/hash_page.c
index 09a58746c9f..2841eeaf05a 100644
--- a/lib/libc/db/hash/hash_page.c
+++ b/lib/libc/db/hash/hash_page.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: hash_page.c,v 1.12 2002/02/25 23:45:15 millert Exp $ */
+/* $OpenBSD: hash_page.c,v 1.13 2003/05/01 20:23:40 avsm Exp $ */
/*-
* Copyright (c) 1990, 1993, 1994
@@ -40,7 +40,7 @@
#if 0
static char sccsid[] = "@(#)hash_page.c 8.7 (Berkeley) 8/16/94";
#else
-static char rcsid[] = "$OpenBSD: hash_page.c,v 1.12 2002/02/25 23:45:15 millert Exp $";
+static const char rcsid[] = "$OpenBSD: hash_page.c,v 1.13 2003/05/01 20:23:40 avsm Exp $";
#endif
#endif /* LIBC_SCCS and not lint */
diff --git a/lib/libc/db/hash/hsearch.c b/lib/libc/db/hash/hsearch.c
index 9a75a7411c5..ddc0ff1df73 100644
--- a/lib/libc/db/hash/hsearch.c
+++ b/lib/libc/db/hash/hsearch.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: hsearch.c,v 1.4 1999/02/15 05:11:24 millert Exp $ */
+/* $OpenBSD: hsearch.c,v 1.5 2003/05/01 20:23:40 avsm Exp $ */
/*-
* Copyright (c) 1990, 1993
@@ -40,7 +40,7 @@
#if 0
static char sccsid[] = "@(#)hsearch.c 8.5 (Berkeley) 9/21/94";
#else
-static char rcsid[] = "$OpenBSD: hsearch.c,v 1.4 1999/02/15 05:11:24 millert Exp $";
+static const char rcsid[] = "$OpenBSD: hsearch.c,v 1.5 2003/05/01 20:23:40 avsm Exp $";
#endif
#endif /* LIBC_SCCS and not lint */
diff --git a/lib/libc/db/hash/ndbm.c b/lib/libc/db/hash/ndbm.c
index c0db9cd225f..88cb751cff1 100644
--- a/lib/libc/db/hash/ndbm.c
+++ b/lib/libc/db/hash/ndbm.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: ndbm.c,v 1.14 2002/06/05 17:21:36 deraadt Exp $ */
+/* $OpenBSD: ndbm.c,v 1.15 2003/05/01 20:23:40 avsm Exp $ */
/*-
* Copyright (c) 1990, 1993
@@ -40,7 +40,7 @@
#if 0
static char sccsid[] = "@(#)dbm.c 8.6 (Berkeley) 11/7/95";
#else
-static char rcsid[] = "$OpenBSD: ndbm.c,v 1.14 2002/06/05 17:21:36 deraadt Exp $";
+static const char rcsid[] = "$OpenBSD: ndbm.c,v 1.15 2003/05/01 20:23:40 avsm Exp $";
#endif
#endif /* LIBC_SCCS and not lint */
diff --git a/lib/libc/db/mpool/mpool.c b/lib/libc/db/mpool/mpool.c
index 80b5241169a..7bf7e6ba9f4 100644
--- a/lib/libc/db/mpool/mpool.c
+++ b/lib/libc/db/mpool/mpool.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: mpool.c,v 1.10 2002/02/25 23:45:15 millert Exp $ */
+/* $OpenBSD: mpool.c,v 1.11 2003/05/01 20:23:40 avsm Exp $ */
/*-
* Copyright (c) 1990, 1993, 1994
@@ -37,7 +37,7 @@
#if 0
static char sccsid[] = "@(#)mpool.c 8.7 (Berkeley) 11/2/95";
#else
-static char rcsid[] = "$OpenBSD: mpool.c,v 1.10 2002/02/25 23:45:15 millert Exp $";
+static const char rcsid[] = "$OpenBSD: mpool.c,v 1.11 2003/05/01 20:23:40 avsm Exp $";
#endif
#endif /* LIBC_SCCS and not lint */
diff --git a/lib/libc/db/recno/rec_close.c b/lib/libc/db/recno/rec_close.c
index ef407b4d832..14c2c5d9d6e 100644
--- a/lib/libc/db/recno/rec_close.c
+++ b/lib/libc/db/recno/rec_close.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: rec_close.c,v 1.7 2002/02/25 23:45:15 millert Exp $ */
+/* $OpenBSD: rec_close.c,v 1.8 2003/05/01 20:23:40 avsm Exp $ */
/*-
* Copyright (c) 1990, 1993, 1994
@@ -37,7 +37,7 @@
#if 0
static char sccsid[] = "@(#)rec_close.c 8.6 (Berkeley) 8/18/94";
#else
-static char rcsid[] = "$OpenBSD: rec_close.c,v 1.7 2002/02/25 23:45:15 millert Exp $";
+static const char rcsid[] = "$OpenBSD: rec_close.c,v 1.8 2003/05/01 20:23:40 avsm Exp $";
#endif
#endif /* LIBC_SCCS and not lint */
diff --git a/lib/libc/db/recno/rec_delete.c b/lib/libc/db/recno/rec_delete.c
index d20d433844b..445a8972da0 100644
--- a/lib/libc/db/recno/rec_delete.c
+++ b/lib/libc/db/recno/rec_delete.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: rec_delete.c,v 1.5 2002/02/16 21:27:22 millert Exp $ */
+/* $OpenBSD: rec_delete.c,v 1.6 2003/05/01 20:23:40 avsm Exp $ */
/*-
* Copyright (c) 1990, 1993, 1994
@@ -40,7 +40,7 @@
#if 0
static char sccsid[] = "@(#)rec_delete.c 8.7 (Berkeley) 7/14/94";
#else
-static char rcsid[] = "$OpenBSD: rec_delete.c,v 1.5 2002/02/16 21:27:22 millert Exp $";
+static const char rcsid[] = "$OpenBSD: rec_delete.c,v 1.6 2003/05/01 20:23:40 avsm Exp $";
#endif
#endif /* LIBC_SCCS and not lint */
diff --git a/lib/libc/db/recno/rec_get.c b/lib/libc/db/recno/rec_get.c
index 1f3943e52a2..f6212cb1f24 100644
--- a/lib/libc/db/recno/rec_get.c
+++ b/lib/libc/db/recno/rec_get.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: rec_get.c,v 1.6 2000/11/21 02:11:02 deraadt Exp $ */
+/* $OpenBSD: rec_get.c,v 1.7 2003/05/01 20:23:40 avsm Exp $ */
/*-
* Copyright (c) 1990, 1993, 1994
@@ -37,7 +37,7 @@
#if 0
static char sccsid[] = "@(#)rec_get.c 8.9 (Berkeley) 8/18/94";
#else
-static char rcsid[] = "$OpenBSD: rec_get.c,v 1.6 2000/11/21 02:11:02 deraadt Exp $";
+static const char rcsid[] = "$OpenBSD: rec_get.c,v 1.7 2003/05/01 20:23:40 avsm Exp $";
#endif
#endif /* LIBC_SCCS and not lint */
diff --git a/lib/libc/db/recno/rec_open.c b/lib/libc/db/recno/rec_open.c
index 0fcbcd404c6..48c8179a348 100644
--- a/lib/libc/db/recno/rec_open.c
+++ b/lib/libc/db/recno/rec_open.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: rec_open.c,v 1.7 2002/01/31 17:19:11 millert Exp $ */
+/* $OpenBSD: rec_open.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[] = "@(#)rec_open.c 8.10 (Berkeley) 9/1/94";
#else
-static char rcsid[] = "$OpenBSD: rec_open.c,v 1.7 2002/01/31 17:19:11 millert Exp $";
+static const char rcsid[] = "$OpenBSD: rec_open.c,v 1.8 2003/05/01 20:23:40 avsm Exp $";
#endif
#endif /* LIBC_SCCS and not lint */
diff --git a/lib/libc/db/recno/rec_put.c b/lib/libc/db/recno/rec_put.c
index 9db96f208fd..abd9d306d73 100644
--- a/lib/libc/db/recno/rec_put.c
+++ b/lib/libc/db/recno/rec_put.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: rec_put.c,v 1.5 1999/02/15 05:11:25 millert Exp $ */
+/* $OpenBSD: rec_put.c,v 1.6 2003/05/01 20:23:40 avsm Exp $ */
/*-
* Copyright (c) 1990, 1993, 1994
@@ -37,7 +37,7 @@
#if 0
static char sccsid[] = "@(#)rec_put.c 8.7 (Berkeley) 8/18/94";
#else
-static char rcsid[] = "$OpenBSD: rec_put.c,v 1.5 1999/02/15 05:11:25 millert Exp $";
+static const char rcsid[] = "$OpenBSD: rec_put.c,v 1.6 2003/05/01 20:23:40 avsm Exp $";
#endif
#endif /* LIBC_SCCS and not lint */
diff --git a/lib/libc/db/recno/rec_search.c b/lib/libc/db/recno/rec_search.c
index aac2643209b..63b9253bd90 100644
--- a/lib/libc/db/recno/rec_search.c
+++ b/lib/libc/db/recno/rec_search.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: rec_search.c,v 1.5 1999/02/15 05:11:25 millert Exp $ */
+/* $OpenBSD: rec_search.c,v 1.6 2003/05/01 20:23:40 avsm Exp $ */
/*-
* Copyright (c) 1990, 1993
@@ -37,7 +37,7 @@
#if 0
static char sccsid[] = "@(#)rec_search.c 8.4 (Berkeley) 7/14/94";
#else
-static char rcsid[] = "$OpenBSD: rec_search.c,v 1.5 1999/02/15 05:11:25 millert Exp $";
+static const char rcsid[] = "$OpenBSD: rec_search.c,v 1.6 2003/05/01 20:23:40 avsm Exp $";
#endif
#endif /* LIBC_SCCS and not lint */
diff --git a/lib/libc/db/recno/rec_seq.c b/lib/libc/db/recno/rec_seq.c
index b1d1ed73fb9..9432a5f8c8d 100644
--- a/lib/libc/db/recno/rec_seq.c
+++ b/lib/libc/db/recno/rec_seq.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: rec_seq.c,v 1.4 1999/02/15 05:11:25 millert Exp $ */
+/* $OpenBSD: rec_seq.c,v 1.5 2003/05/01 20:23:40 avsm Exp $ */
/*-
* Copyright (c) 1991, 1993, 1994
@@ -37,7 +37,7 @@
#if 0
static char sccsid[] = "@(#)rec_utils.c 8.6 (Berkeley) 7/16/94";
#else
-static char rcsid[] = "$OpenBSD: rec_seq.c,v 1.4 1999/02/15 05:11:25 millert Exp $";
+static const char rcsid[] = "$OpenBSD: rec_seq.c,v 1.5 2003/05/01 20:23:40 avsm Exp $";
#endif
#endif /* not lint */
diff --git a/lib/libc/db/recno/rec_utils.c b/lib/libc/db/recno/rec_utils.c
index f7b1f447572..6e6f67a3639 100644
--- a/lib/libc/db/recno/rec_utils.c
+++ b/lib/libc/db/recno/rec_utils.c
@@ -32,7 +32,7 @@
*/
#if defined(LIBC_SCCS) && !defined(lint)
-static char rcsid[] = "$OpenBSD: rec_utils.c,v 1.3 1996/08/19 08:21:12 tholo Exp $";
+static const char rcsid[] = "$OpenBSD: rec_utils.c,v 1.4 2003/05/01 20:23:40 avsm Exp $";
#endif /* LIBC_SCCS and not lint */
#include <sys/param.h>