[asterisk-commits] dlee: branch 11 r376343 - in /branches/11: ./ utils/extconf.c
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Thu Nov 15 18:09:37 CST 2012
Author: dlee
Date: Thu Nov 15 18:09:34 2012
New Revision: 376343
URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=376343
Log:
Fixed extconf.c breakage introduced in r376306.
To quote wdoekes:
> Note that I'm not confirming legitimacy of having that file in tree at
> all. Is anyone using aelparse/conf2ael?
........
Merged revisions 376340 from http://svn.asterisk.org/svn/asterisk/branches/1.8
........
Merged revisions 376342 from http://svn.asterisk.org/svn/asterisk/branches/10
Modified:
branches/11/ (props changed)
branches/11/utils/extconf.c
Propchange: branches/11/
------------------------------------------------------------------------------
Binary property 'branch-10-merged' - no diff available.
Modified: branches/11/utils/extconf.c
URL: http://svnview.digium.com/svn/asterisk/branches/11/utils/extconf.c?view=diff&rev=376343&r1=376342&r2=376343
==============================================================================
--- branches/11/utils/extconf.c (original)
+++ branches/11/utils/extconf.c Thu Nov 15 18:09:34 2012
@@ -153,6 +153,7 @@
#define LOG_DTMF __LOG_DTMF, _A_
/* lock.h */
+#define _ASTERISK_LOCK_H /* A small indication that this is horribly wrong. */
#ifndef HAVE_MTX_PROFILE
#define __MTX_PROF(a) return pthread_mutex_lock((a))
More information about the asterisk-commits
mailing list