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.c10
1 files changed, 1 insertions, 9 deletions
diff --git a/lib/libc/db/btree/bt_close.c b/lib/libc/db/btree/bt_close.c
index 14d1180144c..688c03f06e9 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.8 2005/03/23 19:34:58 otto Exp $ */
+/* $OpenBSD: bt_close.c,v 1.9 2005/08/05 13:02:59 espie Exp $ */
/*-
* Copyright (c) 1990, 1993, 1994
@@ -32,14 +32,6 @@
* SUCH DAMAGE.
*/
-#if defined(LIBC_SCCS) && !defined(lint)
-#if 0
-static char sccsid[] = "@(#)bt_close.c 8.7 (Berkeley) 8/17/94";
-#else
-static const char rcsid[] = "$OpenBSD: bt_close.c,v 1.8 2005/03/23 19:34:58 otto Exp $";
-#endif
-#endif /* LIBC_SCCS and not lint */
-
#include <sys/param.h>
#include <errno.h>