summaryrefslogtreecommitdiff
path: root/lib/libc/db/hash/hash_func.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libc/db/hash/hash_func.c')
-rw-r--r--lib/libc/db/hash/hash_func.c4
1 files changed, 2 insertions, 2 deletions
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 */