[asterisk-commits] tilghman: trunk r294606 - in /trunk: ./ pbx/pbx_spool.c
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Wed Nov 10 17:27:47 CST 2010
Author: tilghman
Date: Wed Nov 10 17:27:33 2010
New Revision: 294606
URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=294606
Log:
Merged revisions 294605 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.8
........
r294605 | tilghman | 2010-11-10 17:26:39 -0600 (Wed, 10 Nov 2010) | 2 lines
Fixing the Mac OS X build (bamboo warning)
........
Modified:
trunk/ (props changed)
trunk/pbx/pbx_spool.c
Propchange: trunk/
------------------------------------------------------------------------------
Binary property 'branch-1.8-merged' - no diff available.
Modified: trunk/pbx/pbx_spool.c
URL: http://svnview.digium.com/svn/asterisk/trunk/pbx/pbx_spool.c?view=diff&rev=294606&r1=294605&r2=294606
==============================================================================
--- trunk/pbx/pbx_spool.c (original)
+++ trunk/pbx/pbx_spool.c Wed Nov 10 17:27:33 2010
@@ -456,8 +456,11 @@
};
static AST_LIST_HEAD_STATIC(dirlist, direntry);
+
+#if defined(HAVE_INOTIFY)
/* Only one thread is accessing this list, so no lock is necessary */
static AST_LIST_HEAD_NOLOCK_STATIC(createlist, direntry);
+#endif
static void queue_file(const char *filename, time_t when)
{
More information about the asterisk-commits
mailing list