From patchwork Sun Nov 6 07:29:27 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jean-Jacques Sarton X-Patchwork-Id: 16803 Return-Path: X-Original-To: patchwork@open-mesh.org Delivered-To: patchwork@open-mesh.org Received: from open-mesh.org (localhost [IPv6:::1]) by open-mesh.org (Postfix) with ESMTP id 0207D810E9; Sun, 6 Nov 2016 08:29:34 +0100 (CET) Authentication-Results: open-mesh.org; dmarc=none header.from=t-online.de Received-SPF: None (no SPF record) identity=mailfrom; client-ip=194.25.134.22; helo=mailout12.t-online.de; envelope-from=jj.sarton@t-online.de; receiver=b.a.t.m.a.n@lists.open-mesh.org Authentication-Results: open-mesh.org; dmarc=none header.from=t-online.de Received: from mailout12.t-online.de (mailout12.t-online.de [194.25.134.22]) by open-mesh.org (Postfix) with ESMTPS id 5D67080308 for ; Sun, 6 Nov 2016 08:29:31 +0100 (CET) Received: from fwd38.aul.t-online.de (fwd38.aul.t-online.de [172.20.26.138]) by mailout12.t-online.de (Postfix) with SMTP id 0880741F9270 for ; Sun, 6 Nov 2016 08:29:31 +0100 (CET) Received: from pc3.jjsarton.de (Jru9oGZHwh6RDHuoNN3Ob3Tt9PXygFx8-Y46sUN1qLsPPS1otyfnJzZCiLW1b+mwRb@[109.75.223.223]) by fwd38.t-online.de with (TLSv1.2:ECDHE-RSA-AES256-SHA encrypted) esmtp id 1c3HtP-0Z6U6K0; Sun, 6 Nov 2016 08:29:27 +0100 To: b.a.t.m.a.n@lists.open-mesh.org, Jean-Jacques Sarton From: Jean-Jacques Sarton Openpgp: id=F1A7034CEF4FAA67C999A7B033D25B891DC2C10B Message-ID: <5944fa3d-ab98-176d-aac2-a1412590c174@t-online.de> Date: Sun, 6 Nov 2016 08:29:27 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.4.0 MIME-Version: 1.0 X-ID: Jru9oGZHwh6RDHuoNN3Ob3Tt9PXygFx8-Y46sUN1qLsPPS1otyfnJzZCiLW1b+mwRb X-TOI-MSGID: 1b489aed-b030-4690-98c9-f28d5d2df145 Subject: [B.A.T.M.A.N.] [PATCH v2] Alfred not working within network name space X-BeenThere: b.a.t.m.a.n@lists.open-mesh.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: The list for a Better Approach To Mobile Ad-hoc Networking List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: The list for a Better Approach To Mobile Ad-hoc Networking Errors-To: b.a.t.m.a.n-bounces@lists.open-mesh.org Sender: "B.A.T.M.A.N" scope of function corrected, has to be static Signed-off-by: Jean-Jacques Sarton --- batadv_query.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;