From 3e79f4b3fe171fc81b3c49de55db8d5f8cbfdbd4 Mon Sep 17 00:00:00 2001 From: Charles Kerr Date: Sat, 6 Mar 2010 19:33:04 +0000 Subject: [PATCH] (trunk libT) fix BSD build issue --- libtransmission/utils.c | 6 ------ 1 file changed, 6 deletions(-) diff --git a/libtransmission/utils.c b/libtransmission/utils.c index 6eaaf6c1a..28d8db703 100644 --- a/libtransmission/utils.c +++ b/libtransmission/utils.c @@ -20,12 +20,6 @@ #undef HAVE_POSIX_MEMALIGN /* not supported on OS X 10.5 and lower */ #endif -#if defined(HAVE_POSIX_MEMALIGN) || defined(HAVE_VALLOC) - #if !defined(SYS_DARWIN) - #define _XOPEN_SOURCE 600 /* pick posix_memalign and valloc declarations */ - #endif -#endif - #include #include /* isalpha, tolower */ #include