[svn-commits] eliel: branch 1.6.2 r192033 - in /branches/1.6.2: ./ main/xml.c

SVN commits to the Digium repositories svn-commits at lists.digium.com
Mon May 4 10:54:46 CDT 2009


Author: eliel
Date: Mon May  4 10:54:42 2009
New Revision: 192033

URL: http://svn.asterisk.org/svn-view/asterisk?view=rev&rev=192033
Log:
Merged revisions 192032 via svnmerge from 
https://origsvn.digium.com/svn/asterisk/trunk

........
  r192032 | eliel | 2009-05-04 11:35:35 -0400 (Mon, 04 May 2009) | 3 lines
  
  Do not re-define _POSIX_C_SOURCE if it was already defined.
........

Modified:
    branches/1.6.2/   (props changed)
    branches/1.6.2/main/xml.c

Propchange: branches/1.6.2/
------------------------------------------------------------------------------
Binary property 'trunk-merged' - no diff available.

Modified: branches/1.6.2/main/xml.c
URL: http://svn.asterisk.org/svn-view/asterisk/branches/1.6.2/main/xml.c?view=diff&rev=192033&r1=192032&r2=192033
==============================================================================
--- branches/1.6.2/main/xml.c (original)
+++ branches/1.6.2/main/xml.c Mon May  4 10:54:42 2009
@@ -27,7 +27,6 @@
 ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
 
 #if defined(HAVE_LIBXML2)
-#define _POSIX_C_SOURCE	200112L
 #include <libxml/parser.h>
 #include <libxml/tree.h>
 /* libxml2 ast_xml implementation. */




More information about the svn-commits mailing list