]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
Merged revisions 165254 via svnmerge from
authorSteve Murphy <murf@digium.com>
Wed, 17 Dec 2008 20:59:42 +0000 (20:59 +0000)
committerSteve Murphy <murf@digium.com>
Wed, 17 Dec 2008 20:59:42 +0000 (20:59 +0000)
https://origsvn.digium.com/svn/asterisk/trunk

........
r165254 | murf | 2008-12-17 13:50:19 -0700 (Wed, 17 Dec 2008) | 5 lines

This patch is here committed to satisfy the
buildbot, who has a problem with the const.

........

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

utils/extconf.c

index 644d2914cb6e67b8da916a92e872025f4313ff5f..fc85c81f324efc4baad918c0d9b08138c8236205 100644 (file)
@@ -2979,7 +2979,7 @@ struct ast_sw {
 struct ast_ignorepat {
        const char *registrar;
        struct ast_ignorepat *next;
-       const char pattern[0];
+       char pattern[0];
 };
 
 /*! \brief ast_context: An extension context */