]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
Merged revisions 217033 via svnmerge from
authorTilghman Lesher <tilghman@meg.abyt.es>
Tue, 8 Sep 2009 15:36:01 +0000 (15:36 +0000)
committerTilghman Lesher <tilghman@meg.abyt.es>
Tue, 8 Sep 2009 15:36:01 +0000 (15:36 +0000)
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: https://origsvn.digium.com/svn/asterisk/branches/1.6.1@217035 65c4cc65-6c06-0410-ace0-fbb531ad65f3

res/res_limit.c

index 94a6e8719eedb22af3dfc7fafa48e3c183e9d046..1da8f7ff35b519018960ecf947fdf4ecf83502ea 100644 (file)
@@ -23,8 +23,6 @@
 
 ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
 
-#define _XOPEN_SOURCE 600
-
 #include <ctype.h>
 #include <sys/time.h>
 #include <sys/resource.h>