From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: From: Marek Lindner Date: Mon, 18 Mar 2013 16:25:51 +0800 References: <201303161910.18263.lindner_marek@yahoo.de> In-Reply-To: MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Message-Id: <201303181625.51743.lindner_marek@yahoo.de> Subject: Re: [B.A.T.M.A.N.] [PATCHv3] batman-adv: fix compat for Debian Wheezy kernel v3.2.39 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 On Saturday, March 16, 2013 19:30:10 Matthias Schiffer wrote: > Starting with kernel v3.2.39, a Debian specific patch defines > eth_hw_addr_random() in include/linux/etherdevice.h, causing the build of > batman-adv to fail. > > This patch fixes the build on these kernels while keeping compatiblity with > unpatched kernels by renaming batman-adv's compat definition of the > eth_hw_addr_random() function to resolve the name conflict and adding a > #define macro. > > Signed-off-by: Matthias Schiffer > --- > compat.h | 4 +++- > 1 file changed, 3 insertions(+), 1 deletion(-) Applied in revision d4e5e01. Thanks, Marek