From 7d00f23ad44d18c7041c925f7f556d5d1fe641ac Mon Sep 17 00:00:00 2001 From: markster Date: Wed, 9 Jun 2004 01:45:08 +0000 Subject: Merge FreeBSD locking fixes (bug #1411) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@3176 f38db490-d61c-443f-a65b-d21fe96a405b --- pbx/pbx_gtkconsole.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pbx/pbx_gtkconsole.c') diff --git a/pbx/pbx_gtkconsole.c b/pbx/pbx_gtkconsole.c index 86755d245..fa2ac21ac 100755 --- a/pbx/pbx_gtkconsole.c +++ b/pbx/pbx_gtkconsole.c @@ -41,7 +41,7 @@ #include "../asterisk.h" #include "../astconf.h" -static ast_mutex_t verb_lock = AST_MUTEX_INITIALIZER; +AST_MUTEX_DEFINE_STATIC(verb_lock); static pthread_t console_thread; -- cgit v1.2.3