X-Git-Url: http://git.samba.org/samba.git/?p=kai%2Fsamba.git;a=blobdiff_plain;f=source3%2Flocking%2Fposix.c;fp=source3%2Flocking%2Fposix.c;h=2a274f9a0007be54e9feea48f3a34201f6d18d11;hp=557099b2d8062febebef993e061c12619452a1a0;hb=1c01cb45101a2f0193921ba967f800bdf6bb83cb;hpb=fab660780ab5f3afda11ae3daee8f50571fc4145 diff --git a/source3/locking/posix.c b/source3/locking/posix.c index 557099b2d80..2a274f9a000 100644 --- a/source3/locking/posix.c +++ b/source3/locking/posix.c @@ -791,7 +791,8 @@ static struct lock_list *posix_lock_list(TALLOC_CTX *ctx, for (l_curr = lhead; l_curr;) { - DEBUG(10,("posix_lock_list: lock: fnum=%d: start=%.0f,size=%.0f:type=%s", lock->fnum, + DEBUG(10,("posix_lock_list: lock: fnum=%llu: start=%.0f,size=%.0f:type=%s", + (unsigned long long)lock->fnum, (double)lock->start, (double)lock->size, posix_lock_type_name(lock->lock_type) )); if ( (l_curr->start >= (lock->start + lock->size)) ||