From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: From: Marek Lindner Date: Thu, 24 Jun 2010 17:22:19 +0200 References: <1277307326-27514-1-git-send-email-sven.eckelmann@gmx.de> In-Reply-To: <1277307326-27514-1-git-send-email-sven.eckelmann@gmx.de> MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Message-Id: <201006241722.20372.lindner_marek@yahoo.de> Subject: Re: [B.A.T.M.A.N.] [PATCH] batman-adv: Add include guards to all header files 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: The list for a Better Approach To Mobile Ad-hoc Networking On Wednesday 23 June 2010 17:35:26 Sven Eckelmann wrote: > We include different header files indirectly to the same source file. > This creates weird compiler errors from time to time. Include guards > should prefend that functions/variables/... gets redefined by itself. Applied in revision 1721. Thanks, Marek