diff options
Diffstat (limited to 'lib/libc/gen/lockf.c')
-rw-r--r-- | lib/libc/gen/lockf.c | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/lib/libc/gen/lockf.c b/lib/libc/gen/lockf.c index 0419390..3363d58 100644 --- a/lib/libc/gen/lockf.c +++ b/lib/libc/gen/lockf.c @@ -36,21 +36,15 @@ * POSSIBILITY OF SUCH DAMAGE. */ -#include <sys/cdefs.h> #if defined(LIBC_SCCS) && !defined(lint) -__RCSID("$NetBSD: lockf.c,v 1.1 1997/12/20 20:23:18 kleink Exp $"); +static const char rcsid[]= + "$FreeBSD$"; #endif -#include "namespace.h" #include <errno.h> #include <fcntl.h> #include <unistd.h> -#ifdef __weak_alias -__weak_alias(lockf,_lockf); -#endif - - int lockf(filedes, function, size) int filedes; |