Make this look more FreeBSDish.

This commit is contained in:
Dmitrij Tejblum 1998-07-08 15:38:06 +00:00
parent f1f57565d4
commit abe2fe8a8b

View file

@ -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;