From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: From: Marek Lindner Date: Wed, 11 Sep 2013 19:33:35 +0800 Message-ID: <2988608.6K7gzWSjDC@diderot> In-Reply-To: <1378847522-13776-6-git-send-email-sven@narfation.org> References: <1378847522-13776-1-git-send-email-sven@narfation.org> <1378847522-13776-6-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 05/11] batctl: Add include guards to avoid redundant declarations or include loops 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:56 PM Sven Eckelmann wrote: > Signed-off-by: Sven Eckelmann > --- > allocate.h | 4 ++-- > bat-hosts.h | 4 ++-- > bisect_iv.h | 5 +++++ > debug.h | 4 ++++ > functions.h | 5 ++++- > ioctl.h | 4 ++++ > main.h | 5 +++++ > ping.h | 5 ++++- > sys.h | 4 ++++ > tcpdump.h | 4 ++++ > traceroute.h | 5 ++++- > translate.h | 5 ++++- > 12 files changed, 46 insertions(+), 8 deletions(-) Applied in revision 2e15205. Thanks, Marek