From 34f76df0a1ebb8a91bb19872f7fee98506be6235 Mon Sep 17 00:00:00 2001 From: girst Date: Thu, 27 Jul 2017 21:11:00 +0200 Subject: [PATCH] replace deprecated _BSD_SOURCE with _DEFAULT_SOURCE --- fag.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fag.c b/fag.c index cbe811c..8238a3a 100644 --- a/fag.c +++ b/fag.c @@ -1,7 +1,7 @@ /* forkaftergrep (C) 2017 Tobias Girstmair, GPLv3 */ #define _XOPEN_SOURCE 500 -#define _BSD_SOURCE +#define _DEFAULT_SOURCE #include #include #include -- 2.39.3