From: Sven Eckelmann <sven@narfation.org>
To: Andreas Pape <APape@phoenixcontact.com>
Cc: b.a.t.m.a.n@lists.open-mesh.org
Subject: Re: [B.A.T.M.A.N.] Antwort: Re: batctl: problem with #define __unused in main.h
Date: Thu, 15 Sep 2016 13:47:44 +0200 [thread overview]
Message-ID: <6384558.y6Bohapl4F@bentobox> (raw)
In-Reply-To: <OFCE68AE93.BFBB6428-ONC125802F.003810B0-C125802F.0038B302@phoenixcontact.com>
[-- Attachment #1: Type: text/plain, Size: 1456 bytes --]
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
[-- Attachment #2: This is a digitally signed message part. --]
[-- Type: application/pgp-signature, Size: 819 bytes --]
prev parent reply other threads:[~2016-09-15 11:47 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-09-15 9:00 [B.A.T.M.A.N.] batctl: problem with #define __unused in main.h Andreas Pape
2016-09-15 9:19 ` Sven Eckelmann
2016-09-15 10:19 ` [B.A.T.M.A.N.] Antwort: " Andreas Pape
2016-09-15 11:47 ` Sven Eckelmann [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=6384558.y6Bohapl4F@bentobox \
--to=sven@narfation.org \
--cc=APape@phoenixcontact.com \
--cc=b.a.t.m.a.n@lists.open-mesh.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.