remove #define _BSD_SOURCE
commitb8cddfef1344f7ec196324e9f345ceb45bd6c76d
authorJoey Hess <joeyh@joeyh.name>
Sun, 31 Dec 2017 15:59:34 +0000 (31 11:59 -0400)
committerJoey Hess <joeyh@joeyh.name>
Sun, 31 Dec 2017 15:59:34 +0000 (31 11:59 -0400)
tree6d360fcf13ed9b5a2a6bc6a3265c92cf564917b0
parentf5bf404a9f9d15a61c852c56e1ca3f958486e5ad
remove #define _BSD_SOURCE

Compiler warning from this as it's deprecated. gcc suggested
_DEFAULT_SOURCE, but I think that's on by default? It seems to compile
ok without it.
lckdo.c