git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@2882 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Assar Westerlund
1997-08-10 20:59:51 +00:00
parent 555a9375ef
commit acc433531a

View File

@@ -101,6 +101,7 @@
#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 */
@@ -108,6 +109,7 @@
#define K_LOCK_NB LOCK_NB /* Don't block when locking */
#define K_LOCK_UN LOCK_UN /* Unlock */
#endif
#endif
#include <krb5.h>
#define MAXUSERNAMELEN 65