Broken #ifdef, was HAVE_GETUID

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@4185 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Björn Groenvall
1997-12-11 15:02:20 +00:00
parent b2593f7032
commit d6ef177e6f

View File

@@ -40,13 +40,11 @@
#include <config.h>
#endif
#ifndef HAVE_GETUID
#ifndef HAVE_FLOCK
RCSID("$Id$");
#include "roken.h"
#ifdef HAVE_CONFIG_H
RCSID("$Id$");
#endif
#define OP_MASK (LOCK_SH | LOCK_EX | LOCK_UN)