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
|
||||
#include <config.h>
|
||||
RCSID("$Id$");
|
||||
#endif
|
||||
|
||||
#ifndef HAVE_GETUID
|
||||
|
||||
#include "roken.h"
|
||||
#ifdef HAVE_FCNTL_H
|
||||
#include <fcntl.h>
|
||||
#endif
|
||||
#ifdef HAVE_ERRNO_H
|
||||
#include <errno.h>
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
RCSID("$Id$");
|
||||
#endif
|
||||
|
||||
#define OP_MASK (LOCK_SH | LOCK_EX | LOCK_UN)
|
||||
@@ -90,3 +89,6 @@ flock(int fd, int operation)
|
||||
return -1;
|
||||
#endif
|
||||
}
|
||||
|
||||
#endif
|
||||
|
||||
|
Reference in New Issue
Block a user