From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: From: Marek Lindner Date: Fri, 13 Apr 2012 22:33:43 +0200 References: <1334214449-3996-1-git-send-email-ordex@autistici.org> <1334214449-3996-3-git-send-email-ordex@autistici.org> In-Reply-To: <1334214449-3996-3-git-send-email-ordex@autistici.org> MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Message-Id: <201204132233.43625.lindner_marek@yahoo.de> Subject: Re: [B.A.T.M.A.N.] [PATCHv2 2/3] batman-adv: use static const for STP constant address 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 Thursday, April 12, 2012 09:07:28 Antonio Quartulli wrote: > stp_addr is now declared as a simple "uint8_t []", but since it's content > is statically defined, it has to be declared as "static const uint8_t []" > > Signed-off-by: Antonio Quartulli > --- > soft-interface.c | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) Applied in revision 94ca561. Thanks, Marek