summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/libc/gen/lockf.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libc/gen/lockf.c b/lib/libc/gen/lockf.c
index b3b54d04353..16cc1896279 100644
--- a/lib/libc/gen/lockf.c
+++ b/lib/libc/gen/lockf.c
@@ -1,3 +1,4 @@
+/* $OpenBSD: lockf.c,v 1.2 2003/01/07 22:02:46 miod Exp $ */
/* $NetBSD: lockf.c,v 1.1 1997/12/20 20:23:18 kleink Exp $ */
/*-
@@ -37,7 +38,7 @@
*/
#if defined(LIBC_SCCS) && !defined(lint)
-static char rcsid[] = "$NetBSD: lockf.c,v 1.1 1997/12/20 20:23:18 kleink Exp $";
+static char rcsid[] = "$OpenBSD: lockf.c,v 1.2 2003/01/07 22:02:46 miod Exp $";
#endif /* LIBC_SCCS and not lint */
#include <errno.h>