summaryrefslogtreecommitdiff
path: root/lib/libc/gen/lockf.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libc/gen/lockf.c')
-rw-r--r--lib/libc/gen/lockf.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/lib/libc/gen/lockf.c b/lib/libc/gen/lockf.c
index 2da2d867e68..cf0250b0207 100644
--- a/lib/libc/gen/lockf.c
+++ b/lib/libc/gen/lockf.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: lockf.c,v 1.3 2003/06/11 21:03:10 deraadt Exp $ */
+/* $OpenBSD: lockf.c,v 1.4 2005/08/08 08:05:34 espie Exp $ */
/* $NetBSD: lockf.c,v 1.1 1997/12/20 20:23:18 kleink Exp $ */
/*-
@@ -37,10 +37,6 @@
* POSSIBILITY OF SUCH DAMAGE.
*/
-#if defined(LIBC_SCCS) && !defined(lint)
-static char rcsid[] = "$OpenBSD: lockf.c,v 1.3 2003/06/11 21:03:10 deraadt Exp $";
-#endif /* LIBC_SCCS and not lint */
-
#include <errno.h>
#include <fcntl.h>
#include <unistd.h>