[asterisk-commits] tilghman: branch 1.6.1 r217035 - in /branches/1.6.1: ./ res/res_limit.c

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Tue Sep 8 10:36:03 CDT 2009


Author: tilghman
Date: Tue Sep  8 10:36:01 2009
New Revision: 217035

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

........
  r217033 | tilghman | 2009-09-08 10:30:18 -0500 (Tue, 08 Sep 2009) | 4 lines
  
  Remove what appears to be an unnecessary define.
  (closes issue #15851)
   Reported by: tzafrir
........

Modified:
    branches/1.6.1/   (props changed)
    branches/1.6.1/res/res_limit.c

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

Modified: branches/1.6.1/res/res_limit.c
URL: http://svn.asterisk.org/svn-view/asterisk/branches/1.6.1/res/res_limit.c?view=diff&rev=217035&r1=217034&r2=217035
==============================================================================
--- branches/1.6.1/res/res_limit.c (original)
+++ branches/1.6.1/res/res_limit.c Tue Sep  8 10:36:01 2009
@@ -22,8 +22,6 @@
 #include "asterisk.h"
 
 ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
-
-#define _XOPEN_SOURCE 600
 
 #include <ctype.h>
 #include <sys/time.h>




More information about the asterisk-commits mailing list