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: https://origsvn.digium.com/svn/asterisk/branches/1.6.1@232014
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
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",