diff options
Diffstat (limited to 'lib/libc/db/btree/bt_page.c')
-rw-r--r-- | lib/libc/db/btree/bt_page.c | 4 |
1 files changed, 2 insertions, 2 deletions
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 */ |