summaryrefslogtreecommitdiffstats
path: root/lib/libc/db/btree/bt_debug.c
diff options
context:
space:
mode:
authoravsm <avsm@openbsd.org>2003-05-01 20:23:40 +0000
committeravsm <avsm@openbsd.org>2003-05-01 20:23:40 +0000
commit7ae68d51a02c87d3c56b7f5939be167a4c2c928c (patch)
tree5de37fc9f1957de060f0aaeb0364ef1db81b9bbc /lib/libc/db/btree/bt_debug.c
parentadd missing enumeration case to select to kill gcc warning (diff)
downloadwireguard-openbsd-7ae68d51a02c87d3c56b7f5939be167a4c2c928c.tar.xz
wireguard-openbsd-7ae68d51a02c87d3c56b7f5939be167a4c2c928c.zip
-Wall cleanup, make rcsid variables const
millert@ ok
Diffstat (limited to 'lib/libc/db/btree/bt_debug.c')
-rw-r--r--lib/libc/db/btree/bt_debug.c4
1 files changed, 2 insertions, 2 deletions
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 */