[asterisk-commits] tilghman: trunk r77351 - in /trunk: ./ main/logger.c

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Thu Jul 26 14:33:47 CDT 2007


Author: tilghman
Date: Thu Jul 26 14:33:47 2007
New Revision: 77351

URL: http://svn.digium.com/view/asterisk?view=rev&rev=77351
Log:
Merged revisions 77350 via svnmerge from 
https://origsvn.digium.com/svn/asterisk/branches/1.4

........
r77350 | tilghman | 2007-07-26 14:32:17 -0500 (Thu, 26 Jul 2007) | 2 lines

Missed one

........

Modified:
    trunk/   (props changed)
    trunk/main/logger.c

Propchange: trunk/
------------------------------------------------------------------------------
Binary property 'branch-1.4-merged' - no diff available.

Modified: trunk/main/logger.c
URL: http://svn.digium.com/view/asterisk/trunk/main/logger.c?view=diff&rev=77351&r1=77350&r2=77351
==============================================================================
--- trunk/main/logger.c (original)
+++ trunk/main/logger.c Thu Jul 26 14:33:47 2007
@@ -38,7 +38,7 @@
 #include <stdlib.h>
 #include <errno.h>
 #include <sys/stat.h>
-#if ((defined(AST_DEVMODE)) && (defined(Linux)))
+#if ((defined(AST_DEVMODE)) && (defined(linux)))
 #include <execinfo.h>
 #define MAX_BACKTRACE_FRAMES 20
 #endif




More information about the asterisk-commits mailing list