diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2003-01-07 22:02:47 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2003-01-07 22:02:47 +0000 |
commit | 42e71aa2e5b7ecd856b4ab058efe0a51390afd35 (patch) | |
tree | 6f7a9d0d144821a6578712868fbbd92d4359c0df /lib/libc | |
parent | 6606aa1c278fffb858c92f06db452f6e388d1508 (diff) |
Better have an OpenBSD static rcsid rather than a NetBSD static rcsid for
this file...
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/gen/lockf.c | 3 |
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> |