]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
Merged revisions 77350 via svnmerge from
authorTilghman Lesher <tilghman@meg.abyt.es>
Thu, 26 Jul 2007 19:33:47 +0000 (19:33 +0000)
committerTilghman Lesher <tilghman@meg.abyt.es>
Thu, 26 Jul 2007 19:33:47 +0000 (19:33 +0000)
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

........

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@77351 65c4cc65-6c06-0410-ace0-fbb531ad65f3

main/logger.c

index dc277d11a142ae12ee59ffc0acca6d4108d74055..9adb191abece9687ccaee8c4bc2ed87904efdbab 100644 (file)
@@ -38,7 +38,7 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
 #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