cond
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@4181 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -38,15 +38,14 @@
|
|||||||
|
|
||||||
#ifdef HAVE_CONFIG_H
|
#ifdef HAVE_CONFIG_H
|
||||||
#include <config.h>
|
#include <config.h>
|
||||||
RCSID("$Id$");
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#ifndef HAVE_GETUID
|
||||||
|
|
||||||
#include "roken.h"
|
#include "roken.h"
|
||||||
#ifdef HAVE_FCNTL_H
|
|
||||||
#include <fcntl.h>
|
#ifdef HAVE_CONFIG_H
|
||||||
#endif
|
RCSID("$Id$");
|
||||||
#ifdef HAVE_ERRNO_H
|
|
||||||
#include <errno.h>
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#define OP_MASK (LOCK_SH | LOCK_EX | LOCK_UN)
|
#define OP_MASK (LOCK_SH | LOCK_EX | LOCK_UN)
|
||||||
@@ -90,3 +89,6 @@ flock(int fd, int operation)
|
|||||||
return -1;
|
return -1;
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#endif
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user