Use _BSD_SOURCE on FreeBSD

This commit is contained in:
William Hubbs 2018-03-14 13:07:46 -05:00
parent 71f275b2aa
commit 92e6bdee12

View File

@ -12,4 +12,4 @@
include ${MK}/os-BSD.mk
CPPFLAGS+= -D_POSIX_C_SOURCE=200809L
CPPFLAGS+= -D_BSD_SOURCE