diff --git a/lib/krb5/fcache.c b/lib/krb5/fcache.c index 25b5a9f18..d974057a2 100644 --- a/lib/krb5/fcache.c +++ b/lib/krb5/fcache.c @@ -108,7 +108,7 @@ int _krb5_xunlock(krb5_context context, int fd) { int ret; -#ifdef HAVE_FCNTL_LOCK +#ifdef HAVE_FCNTL struct flock l; l.l_start = 0; l.l_len = 0;