summaryrefslogtreecommitdiff
path: root/lib/libc/db/btree/bt_close.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libc/db/btree/bt_close.c')
-rw-r--r--lib/libc/db/btree/bt_close.c8
1 files changed, 7 insertions, 1 deletions
diff --git a/lib/libc/db/btree/bt_close.c b/lib/libc/db/btree/bt_close.c
index 3153f308ac3..492155b0efc 100644
--- a/lib/libc/db/btree/bt_close.c
+++ b/lib/libc/db/btree/bt_close.c
@@ -1,3 +1,5 @@
+/* $OpenBSD: bt_close.c,v 1.4 1999/02/15 05:11:22 millert Exp $ */
+
/*-
* Copyright (c) 1990, 1993, 1994
* The Regents of the University of California. All rights reserved.
@@ -35,7 +37,11 @@
*/
#if defined(LIBC_SCCS) && !defined(lint)
-static char rcsid[] = "$OpenBSD: bt_close.c,v 1.3 1996/08/19 08:20:01 tholo Exp $";
+#if 0
+static char sccsid[] = "@(#)bt_close.c 8.7 (Berkeley) 8/17/94";
+#else
+static char rcsid[] = "$OpenBSD: bt_close.c,v 1.4 1999/02/15 05:11:22 millert Exp $";
+#endif
#endif /* LIBC_SCCS and not lint */
#include <sys/param.h>