From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: From: Marek Lindner Date: Wed, 11 Sep 2013 18:53:56 +0800 Message-ID: <22609254.lRWkHh0nWU@diderot> In-Reply-To: <1378847522-13776-3-git-send-email-sven@narfation.org> References: <1378847522-13776-1-git-send-email-sven@narfation.org> <1378847522-13776-3-git-send-email-sven@narfation.org> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [B.A.T.M.A.N.] [PATCH 02/11] batctl: Fix inconsistent use of _GNU_SOURCE Reply-To: The list for a Better Approach To Mobile Ad-hoc Networking List-Id: The list for a Better Approach To Mobile Ad-hoc Networking List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: b.a.t.m.a.n@lists.open-mesh.org Cc: Sven Eckelmann On Tuesday, September 10, 2013 11:11:53 PM Sven Eckelmann wrote: > Either all or no source file should define _GNU_SOURCE to avoid incompatible > types or function declarations. > > Signed-off-by: Sven Eckelmann > --- > Makefile | 1 + > bat-hosts.c | 1 - > functions.c | 1 - > 3 files changed, 1 insertion(+), 2 deletions(-) Applied in revision db34e02. Thanks, Marek