From abb0991b3b18e7395d2b6f6a3e670074a2bc87b3 Mon Sep 17 00:00:00 2001 From: relan Date: Wed, 1 Feb 2012 17:30:16 +0000 Subject: [PATCH] Remove _XOPEN_SOURCE define. It looks to be not required for Linux. --- libexfat/mount.c | 1 - 1 file changed, 1 deletion(-) diff --git a/libexfat/mount.c b/libexfat/mount.c index 3874c3c..db4bc7b 100644 --- a/libexfat/mount.c +++ b/libexfat/mount.c @@ -18,7 +18,6 @@ along with this program. If not, see . */ -#define _XOPEN_SOURCE /* for tzset() in Linux */ #include "exfat.h" #include #include -- 2.11.0