summaryrefslogtreecommitdiff
path: root/lib/libc/db/recno/rec_open.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libc/db/recno/rec_open.c')
-rw-r--r--lib/libc/db/recno/rec_open.c8
1 files changed, 7 insertions, 1 deletions
diff --git a/lib/libc/db/recno/rec_open.c b/lib/libc/db/recno/rec_open.c
index b29adb671e1..500e4b41003 100644
--- a/lib/libc/db/recno/rec_open.c
+++ b/lib/libc/db/recno/rec_open.c
@@ -1,3 +1,5 @@
+/* $OpenBSD: rec_open.c,v 1.5 1999/02/15 05:11:25 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: rec_open.c,v 1.4 1997/07/23 21:00:29 kstailey Exp $";
+#if 0
+static char sccsid[] = "@(#)rec_open.c 8.10 (Berkeley) 9/1/94";
+#else
+static char rcsid[] = "$OpenBSD: rec_open.c,v 1.5 1999/02/15 05:11:25 millert Exp $";
+#endif
#endif /* LIBC_SCCS and not lint */
#include <sys/types.h>