From: Eric Bollengier Date: Thu, 10 Dec 2009 07:47:41 +0000 (+0100) Subject: Fix compilation problem with lockmgr X-Git-Tag: Release-5.0.0~157^2~2 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=2fcec9bc5c4d50a3eac1823c3b6938af7136c525;p=bacula%2Fbacula Fix compilation problem with lockmgr --- diff --git a/bacula/src/lib/lockmgr.h b/bacula/src/lib/lockmgr.h index 1fe7c16563..405b51ede1 100644 --- a/bacula/src/lib/lockmgr.h +++ b/bacula/src/lib/lockmgr.h @@ -195,7 +195,7 @@ int lmgr_thread_create(pthread_t *thread, # define lmgr_do_lock(m, prio, f, l) # define lmgr_do_unlock(m) # define lmgr_cleanup_main() -# define bthread_mutex_set_priority(a) +# define bthread_mutex_set_priority(a,b) # define bthread_mutex_lock(a) pthread_mutex_lock(a) # define bthread_mutex_unlock(a) pthread_mutex_unlock(a) # define lmgr_cond_wait(a,b) pthread_cond_wait(a,b)