[asterisk-commits] tilghman: trunk r217033 - /trunk/res/res_limit.c
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Tue Sep 8 10:30:22 CDT 2009
Author: tilghman
Date: Tue Sep 8 10:30:18 2009
New Revision: 217033
URL: http://svn.asterisk.org/svn-view/asterisk?view=rev&rev=217033
Log:
Remove what appears to be an unnecessary define.
(closes issue #15851)
Reported by: tzafrir
Modified:
trunk/res/res_limit.c
Modified: trunk/res/res_limit.c
URL: http://svn.asterisk.org/svn-view/asterisk/trunk/res/res_limit.c?view=diff&rev=217033&r1=217032&r2=217033
==============================================================================
--- trunk/res/res_limit.c (original)
+++ trunk/res/res_limit.c Tue Sep 8 10:30:18 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