From a81cc32492fe24d31c2afb243a3f5c582f26e677 Mon Sep 17 00:00:00 2001 From: resver Date: Wed, 1 Feb 2012 17:30:16 +0000 Subject: [PATCH] Remove _XOPEN_SOURCE define since it looks to be not required for Linux. git-svn-id: http://exfat.googlecode.com/svn/trunk@252 60bc1c72-a15a-11de-b98f-4500b42dc123 --- 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