about summary refs log tree commit diff
path: root/lib/colorname.c
diff options
context:
space:
mode:
authorgiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2014-09-20 17:41:42 +0000
committergiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2014-09-20 17:41:42 +0000
commit290a6cc9ef0093126a3a22a9f53a51973404d0f7 (patch)
tree29c43725095bd6060b1f21d65c83469864a9c175 /lib/colorname.c
parent09bc6b2a4c9f354d27449d9d39faaa42f88071d4 (diff)
downloadnetpbm-mirror-290a6cc9ef0093126a3a22a9f53a51973404d0f7.tar.gz
netpbm-mirror-290a6cc9ef0093126a3a22a9f53a51973404d0f7.tar.xz
netpbm-mirror-290a6cc9ef0093126a3a22a9f53a51973404d0f7.zip
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
Diffstat (limited to 'lib/colorname.c')
-rw-r--r--lib/colorname.c2
1 files changed, 1 insertions, 1 deletions
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 <ctype.h>