From 33c5506e97dc04a46fb7e06c03de144b66788520 Mon Sep 17 00:00:00 2001 From: "Peter S. Mazinger" Date: Sat, 26 Feb 2011 18:52:21 +0100 Subject: disable build warnings in utils Disable some build warnings in utils. Signed-off-by: Peter S. Mazinger --- utils/getconf.c | 1 + 1 file changed, 1 insertion(+) (limited to 'utils/getconf.c') diff --git a/utils/getconf.c b/utils/getconf.c index 812783ecf..5ff98e6fc 100644 --- a/utils/getconf.c +++ b/utils/getconf.c @@ -15,6 +15,7 @@ along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ +#define _GNU_SOURCE 1 #include #include #include -- cgit v1.2.3