mirror of
https://github.com/opnsense/src.git
synced 2026-04-24 15:48:48 -04:00
Make this look more FreeBSDish.
This commit is contained in:
parent
f1f57565d4
commit
abe2fe8a8b
1 changed files with 2 additions and 8 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue