Meta/Make: remove _BSD_SOURCE from -pedantic

Junio C Hamano committed Dec 20, 2006 at 12:23 UTC fc70b3b9ba185847223c3366adeeae3c4df1148e
1 file changed +1 -1
Make
+1 -1
@@ -36,7 +36,7 @@ while case $# in 0) break ;; esac
36 do
37 case "$1" in
38 -pedantic)
39 - O="$O -Werror -ansi -pedantic -std=c99 -D_XOPEN_SOURCE=600 -D_BSD_SOURCE"
39 + O="$O -Werror -ansi -pedantic -std=c99 -D_XOPEN_SOURCE=600"
40 ;;
41 --)
42 shift