[asterisk-commits] tilghman: branch 1.4 r77350 - /branches/1.4/main/logger.c

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


Author: tilghman
Date: Thu Jul 26 14:32:17 2007
New Revision: 77350

URL: http://svn.digium.com/view/asterisk?view=rev&rev=77350
Log:
Missed one

Modified:
    branches/1.4/main/logger.c

Modified: branches/1.4/main/logger.c
URL: http://svn.digium.com/view/asterisk/branches/1.4/main/logger.c?view=diff&rev=77350&r1=77349&r2=77350
==============================================================================
--- branches/1.4/main/logger.c (original)
+++ branches/1.4/main/logger.c Thu Jul 26 14:32:17 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