]> Nishi Git Mirror - libw3.git/commitdiff
fixing warning
authornishi <nishi@d27a3e52-49c5-7645-884c-6793ebffc270>
Sat, 27 Jan 2024 08:47:01 +0000 (08:47 +0000)
committernishi <nishi@d27a3e52-49c5-7645-884c-6793ebffc270>
Sat, 27 Jan 2024 08:47:01 +0000 (08:47 +0000)
git-svn-id: file:///raid/svn-main/nishi-libw3/trunk@112 d27a3e52-49c5-7645-884c-6793ebffc270

Makefile

index 780d1808ab350d5f9437fca58d11ff887d7d5882..5271bfbb7dafee69f10d4224e5097a9b0241ed04 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -8,7 +8,7 @@ GREP = grep
 endif
 
 CC := cc
-CFLAGS := -g -std=c99 -fPIC -D_BSD_SOURCE
+CFLAGS := -g -std=c99 -fPIC -D_XOPEN_SOURCE=600
 LDFLAGS :=
 LIBS :=
 PREFIX := /usr/local