On Donnerstag, 15. September 2016 12:19:20 CEST Andreas Pape wrote:
Hi Sven,
this patch works for me. Sorry for not finding your patch in patchwork myself. Stupid question: how and where do I reply with Tested-by....?
Its not a stupid question. You can download the mbox file containing the mail at https://patchwork.open-mesh.org/patch/16673/mbox/. Just open it with your mailer and reply to this mail.
Or you can (when your mailer allows it) use the In-Reply-To header and point it at 20160904182331.18118-1-sven@narfation.org. The mail can then be written like any other mail.
And when your normal mailer doesn't want to do it - (mis)use git-send-email:
cat > mail.mbox << EOF From: Andreas Pape apape@phoenixcontact.com Date: Thu, 15 Sep 2016 13:40:09 +0200 Subject: Re: [PATCH] batctl: Work around uclibc collision for __unused
uclibc on 64 bit systems uses struct members called __unused. These conflict with the definition of __unused in batctl. Such a conflict results in a build error because the struct member will be replaced with the __attribute__((unused)).
This can be avoided by renaming it to the Linux kernel name "__maybe_unused".
Signed-off-by: Sven Eckelmann sven@narfation.org
Tested-by: Andreas Pape apape@phoenixcontact.com EOF git send-email --in-reply-to=20160904182331.18118-1-sven@narfation.org --to=b.a.t.m.a.n@lists.open-mesh.org mail.mbox
I hope this helps :)
Kind regards, Sven