removed k_flock

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@4107 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Assar Westerlund
1997-12-05 01:26:48 +00:00
parent 250c4009e2
commit 59eea9d8ef

View File

@@ -102,20 +102,9 @@
#include <roken.h>
#include <getarg.h>
#define KERBEROS
#ifdef KRB4
#include <krb.h>
#include <prot.h>
#else
#if 0 /* ??? */
/* Portable file locking */
#define k_flock(fd, operation) flock((fd), (operation))
#define K_LOCK_SH LOCK_SH /* Shared lock */
#define K_LOCK_EX LOCK_EX /* Exclusive lock */
#define K_LOCK_NB LOCK_NB /* Don't block when locking */
#define K_LOCK_UN LOCK_UN /* Unlock */
#endif
#endif
#ifdef KRB5
#include <krb5.h>