diff options
| author | David E. O'Brien <obrien@FreeBSD.org> | 2002-02-01 00:57:29 +0000 |
|---|---|---|
| committer | David E. O'Brien <obrien@FreeBSD.org> | 2002-02-01 00:57:29 +0000 |
| commit | ea8d448a923f0d68d7ecf1d2a0583c7d17bdee4e (patch) | |
| tree | ef433201f15534b3543b0b05d4dc15466eed0d0c /lib/libc/gen/lockf.c | |
| parent | 919834bd3fbf2b77cedce148242610009c432c29 (diff) | |
Notes
Diffstat (limited to 'lib/libc/gen/lockf.c')
| -rw-r--r-- | lib/libc/gen/lockf.c | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/lib/libc/gen/lockf.c b/lib/libc/gen/lockf.c index ea19a7757208..c448f1804072 100644 --- a/lib/libc/gen/lockf.c +++ b/lib/libc/gen/lockf.c @@ -1,5 +1,3 @@ -/* $NetBSD: lockf.c,v 1.1 1997/12/20 20:23:18 kleink Exp $ */ - /*- * Copyright (c) 1997 The NetBSD Foundation, Inc. * All rights reserved. @@ -36,10 +34,9 @@ * POSSIBILITY OF SUCH DAMAGE. */ -#if defined(LIBC_SCCS) && !defined(lint) -static const char rcsid[]= - "$FreeBSD$"; -#endif +/* $NetBSD: lockf.c,v 1.1 1997/12/20 20:23:18 kleink Exp $ */ +#include <sys/cdefs.h> +__FBSDID("$FreeBSD$"); #include "namespace.h" #include <errno.h> |
