aboutsummaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authortilghman <tilghman@f38db490-d61c-443f-a65b-d21fe96a405b>2009-09-08 15:35:52 +0000
committertilghman <tilghman@f38db490-d61c-443f-a65b-d21fe96a405b>2009-09-08 15:35:52 +0000
commite1bcb5e4c926a16aca3aff18efb2a474512065ae (patch)
tree1e7968d4d2a0411408fb4c35737cab2a517668cf /res
parentb9da462d38826404fd9713a86334a82dc234193c (diff)
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 ........ git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.6.0@217034 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'res')
-rw-r--r--res/res_limit.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/res/res_limit.c b/res/res_limit.c
index 94a6e8719..1da8f7ff3 100644
--- a/res/res_limit.c
+++ b/res/res_limit.c
@@ -23,8 +23,6 @@
ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
-#define _XOPEN_SOURCE 600
-
#include <ctype.h>
#include <sys/time.h>
#include <sys/resource.h>