From 11252f3279e0562523d515733c6165532c2bccdc Mon Sep 17 00:00:00 2001 From: russell Date: Tue, 1 Dec 2009 23:39:22 +0000 Subject: Merged revisions 232012 via svnmerge from https://origsvn.digium.com/svn/asterisk/trunk ........ r232012 | russell | 2009-12-01 17:38:34 -0600 (Tue, 01 Dec 2009) | 2 lines Fix a build error on FreeBSD. ........ git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.6.0@232013 f38db490-d61c-443f-a65b-d21fe96a405b --- funcs/func_lock.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/funcs/func_lock.c b/funcs/func_lock.c index dff780e0d..6686cb34a 100644 --- a/funcs/func_lock.c +++ b/funcs/func_lock.c @@ -46,7 +46,7 @@ AST_LIST_HEAD_STATIC(locklist, lock_frame); static void lock_free(void *data); static void lock_fixup(void *data, struct ast_channel *oldchan, struct ast_channel *newchan); static int unloading = 0; -static pthread_t broker_tid = -1; +static pthread_t broker_tid = AST_PTHREADT_NULL; static struct ast_datastore_info lock_info = { .type = "MUTEX", -- cgit v1.2.3