From: Russell Bryant Date: Wed, 9 Jun 2010 23:56:08 +0000 (+0000) Subject: Attempt to fix FreeBSD build problem. X-Git-Tag: 11.0.0-beta1~2858 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=90ac07ce45d71daf55d32ea6b251ddaa25131e06;p=thirdparty%2Fasterisk.git Attempt to fix FreeBSD build problem. git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@269569 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/main/lock.c b/main/lock.c index e59259942b..f98837778b 100644 --- a/main/lock.c +++ b/main/lock.c @@ -32,6 +32,7 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$") #undef pthread_mutex_destroy #undef pthread_mutex_lock #undef pthread_mutex_trylock +#undef pthread_mutex_t #undef pthread_mutex_unlock #undef pthread_cond_init #undef pthread_cond_signal