From 6555f271e8457b46ed5f46032511ad9e8ea98a5a Mon Sep 17 00:00:00 2001 From: Francois Fleuret Date: Mon, 27 Aug 2018 07:57:12 +0200 Subject: [PATCH] Update _BSD_SOURCE to _DEFAULT_SOURCE. --- finddup.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/finddup.c b/finddup.c index 2e4a937..6f6af38 100644 --- a/finddup.c +++ b/finddup.c @@ -23,9 +23,9 @@ * */ -#define VERSION_NUMBER "1.2" +#define VERSION_NUMBER "1.2.1" -#define _BSD_SOURCE +#define _DEFAULT_SOURCE #include #include -- 2.20.1