From 656a50e8757e5bbb711587852a646aa8004d66cd Mon Sep 17 00:00:00 2001 From: Pere Mato <pere.mato@cern.ch> Date: Tue, 27 Oct 2015 18:36:04 +0100 Subject: [PATCH] Silence deprecation warning --- build/rmkdepend/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/rmkdepend/main.c b/build/rmkdepend/main.c index 20e77e54231..a4e9dd37f4c 100644 --- a/build/rmkdepend/main.c +++ b/build/rmkdepend/main.c @@ -28,7 +28,7 @@ in this Software without prior written authorization from the X Consortium. */ #if !defined(USGISH) || !defined(_SEQUENT_) || !defined(USE_CHMOD) -#define _BSD_SOURCE /* def.h includes sys/stat and we need _BSD_SOURCE for fchmod see man fchmod */ +#define _DEFAULT_SOURCE /* def.h includes sys/stat and we need _BSD_SOURCE for fchmod see man fchmod */ #endif #include "def.h" -- GitLab