From: Sven Eckelmann <sven@narfation.org>
To: b.a.t.m.a.n@lists.open-mesh.org
Subject: Re: [B.A.T.M.A.N.] [[PATCH] Alfred not working within network name space add static to function declaration
Date: Sun, 06 Nov 2016 11:48:34 +0100 [thread overview]
Message-ID: <3987570.iOS7FDS5sO@sven-edge> (raw)
In-Reply-To: <1478427394-11607-1-git-send-email-jj.sarton@t-online.de>
[-- Attachment #1: Type: text/plain, Size: 788 bytes --]
On Sonntag, 6. November 2016 11:16:34 CET Jean-Jacques Sarton wrote:
> Fix scope of function to static
>
> Signed-off-by: Jean-Jacques Sarton <jj.sarton@t-online.de>
> ---
> batadv_query.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
Please read my reply to https://patchwork.open-mesh.org/patch/16803/
Same applies here.
Kind regards,
Sven
>
> diff --git a/batadv_query.c b/batadv_query.c
> index dc8a042..69f5a48 100644
> --- a/batadv_query.c
> +++ b/batadv_query.c
> @@ -136,7 +136,7 @@ int ipv6_to_mac(const struct in6_addr *addr, struct ether_addr *mac)
> return 0;
> }
>
> -int batadv_interface_check_debugfs(const char *mesh_iface)
> +static int batadv_interface_check_debugfs(const char *mesh_iface)
> {
> char full_path[MAX_PATH + 1];
> FILE *f;
>
[-- Attachment #2: This is a digitally signed message part. --]
[-- Type: application/pgp-signature, Size: 801 bytes --]
prev parent reply other threads:[~2016-11-06 10:48 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-11-06 10:16 [B.A.T.M.A.N.] [[PATCH] Alfred not working within network name space add static to function declaration Jean-Jacques Sarton
2016-11-06 10:48 ` 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=3987570.iOS7FDS5sO@sven-edge \
--to=sven@narfation.org \
--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.