[svn-commits] tilghman: branch 1.6.0 r217034 - in /branches/1.6.0: ./ res/res_limit.c
SVN commits to the Digium repositories
svn-commits at lists.digium.com
Tue Sep 8 10:35:54 CDT 2009
Author: tilghman
Date: Tue Sep 8 10:35:52 2009
New Revision: 217034
URL: http://svn.asterisk.org/svn-view/asterisk?view=rev&rev=217034
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.0/ (props changed)
branches/1.6.0/res/res_limit.c
Propchange: branches/1.6.0/
------------------------------------------------------------------------------
Binary property 'trunk-merged' - no diff available.
Modified: branches/1.6.0/res/res_limit.c
URL: http://svn.asterisk.org/svn-view/asterisk/branches/1.6.0/res/res_limit.c?view=diff&rev=217034&r1=217033&r2=217034
==============================================================================
--- branches/1.6.0/res/res_limit.c (original)
+++ branches/1.6.0/res/res_limit.c Tue Sep 8 10:35:52 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 svn-commits
mailing list