summaryrefslogtreecommitdiff
path: root/lib/libc
diff options
context:
space:
mode:
authorDmitrij Tejblum <dt@FreeBSD.org>1998-07-08 15:38:06 +0000
committerDmitrij Tejblum <dt@FreeBSD.org>1998-07-08 15:38:06 +0000
commitabe2fe8a8b68af450baa84ad6d4bf3a30ac8bb07 (patch)
treead696b1b411c8e0f1d85ceacc11ed4235b9287ab /lib/libc
parentf1f57565d49803d033d93f882837325ef5497748 (diff)
Notes
Diffstat (limited to 'lib/libc')
-rw-r--r--lib/libc/gen/lockf.c10
1 files changed, 2 insertions, 8 deletions
diff --git a/lib/libc/gen/lockf.c b/lib/libc/gen/lockf.c
index 04193905a61d..391f3a652fcf 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[]=
+ "$Id$";
#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;