From 290a6cc9ef0093126a3a22a9f53a51973404d0f7 Mon Sep 17 00:00:00 2001 From: giraffedata Date: Sat, 20 Sep 2014 17:41:42 +0000 Subject: Change _XOPEN_SOURCE 600 to 500. See doc/HISTORY git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@2285 9d0c8265-081b-0410-96cb-a4ca84ce46f8 --- lib/colorname.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/colorname.c') diff --git a/lib/colorname.c b/lib/colorname.c index 454cf195..c23eb13f 100644 --- a/lib/colorname.c +++ b/lib/colorname.c @@ -13,7 +13,7 @@ */ #define _BSD_SOURCE 1 /* Make sure strdup() is in string.h */ -#define _XOPEN_SOURCE 600 /* Make sure strdup() is in string.h */ +#define _XOPEN_SOURCE 500 /* Make sure strdup() is in string.h */ #include "pm_c_util.h" #include -- cgit 1.4.1