git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@4181 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Johan Danielsson
1997-12-10 21:28:40 +00:00
parent 84e37f1aef
commit 17430505a8

View File

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