clogger: fix _BSD_SOURCE and _SVID_SOURCE deprecation warnings
commit093cfc6f28d648c1a8d9cfb67a7802b2ebd8144f
authorEric Wong <e@yhbt.net>
Mon, 3 Aug 2020 23:30:23 +0000 (3 23:30 +0000)
committerEric Wong <bofh@yhbt.net>
Thu, 6 Aug 2020 20:19:15 +0000 (6 20:19 +0000)
treec18aeb8fda3523c2e67f44562eaa2da2c0259acc
parent81cf3b2f31a55a2caf8222c6847ca8d9c01f8eee
clogger: fix _BSD_SOURCE and _SVID_SOURCE deprecation warnings

Apparently, _DEFAULT_SOURCE is now the recommended macro to
define for _BSD_SOURCE and _SVID_SOURCE features.
ext/clogger_ext/clogger.c