summaryrefslogtreecommitdiff
path: root/res/res_limit.c
diff options
context:
space:
mode:
authorTilghman Lesher <tilghman@meg.abyt.es>2009-09-08 15:30:18 +0000
committerTilghman Lesher <tilghman@meg.abyt.es>2009-09-08 15:30:18 +0000
commitfe7ec8c675ea9ca9dd980230c516050c813d103c (patch)
treeac0d9d59c6e41a33acbbbaa468360ea1dfa4058e /res/res_limit.c
parent1ede3c3ca62fbe5ec3dc1c902de3f901febbb1a9 (diff)
Remove what appears to be an unnecessary define.
(closes issue #15851) Reported by: tzafrir git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@217033 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'res/res_limit.c')
-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 03c97b0e5..a6b4fef64 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>