From: Antonio Quartulli <antonio@meshcoding.com>
To: The list for a Better Approach To Mobile Ad-hoc Networking
<b.a.t.m.a.n@lists.open-mesh.org>
Cc: Sven Eckelmann <sven@narfation.org>
Subject: Re: [B.A.T.M.A.N.] [PATCH 1/4] batctl: Add missing includes and remove unused includes
Date: Mon, 23 Sep 2013 09:03:42 +0200 [thread overview]
Message-ID: <20130923070342.GF3911@neomailbox.net> (raw)
In-Reply-To: <1379860946-32669-1-git-send-email-sven@narfation.org>
[-- Attachment #1: Type: text/plain, Size: 1075 bytes --]
On Sun, Sep 22, 2013 at 04:42:23PM +0200, Sven Eckelmann wrote:
> Signed-off-by: Sven Eckelmann <sven@narfation.org>
> ---
> bat-hosts.c | 5 +++--
> bat-hosts.h | 2 +-
> bisect_iv.c | 7 ++++---
> debug.c | 5 -----
> debug.h | 3 +++
> debugfs.c | 10 ++++------
> debugfs.h | 3 ---
> functions.c | 2 ++
> functions.h | 3 ++-
> ioctl.c | 3 +--
> list-batman.h | 3 ---
> main.c | 3 ---
> ping.c | 5 +++++
> sys.c | 1 -
> sys.h | 2 ++
> tcpdump.c | 6 +++++-
> tcpdump.h | 5 ++++-
> traceroute.c | 4 ++++
> translate.c | 1 -
> 19 files changed, 40 insertions(+), 33 deletions(-)
>
> diff --git a/bat-hosts.c b/bat-hosts.c
> index ee862da..9d36531 100644
> --- a/bat-hosts.c
> +++ b/bat-hosts.c
> @@ -21,14 +21,15 @@
>
>
>
> -#include <stdio.h>
> #include <stdint.h>
> +#include <stdio.h>
why is it important to move stdio.h below stdint.h ? Is there a particular
reason for that?
Cheers,
--
Antonio Quartulli
[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 836 bytes --]
next prev parent reply other threads:[~2013-09-23 7:03 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-09-22 14:42 [B.A.T.M.A.N.] [PATCH 1/4] batctl: Add missing includes and remove unused includes Sven Eckelmann
2013-09-22 14:42 ` [B.A.T.M.A.N.] [PATCH 2/4] batctl: Reduce IPv4 focus of mac resolve functions Sven Eckelmann
2013-09-24 12:09 ` Marek Lindner
2013-09-22 14:42 ` [B.A.T.M.A.N.] [PATCH 3/4] batctl: Replace /proc/net/arp based resolver with rtnl Sven Eckelmann
2013-09-22 17:09 ` [B.A.T.M.A.N.] [PATCHv2 " Sven Eckelmann
2013-09-24 12:11 ` Marek Lindner
2013-09-22 14:43 ` [B.A.T.M.A.N.] [PATCH 4/4] batctl: Add support for IPv6 to address resolver Sven Eckelmann
2013-09-24 12:15 ` Marek Lindner
2013-09-24 15:20 ` Antonio Quartulli
2013-09-24 18:28 ` Sven Eckelmann
2013-09-23 7:03 ` Antonio Quartulli [this message]
2013-09-23 8:18 ` [B.A.T.M.A.N.] [PATCH 1/4] batctl: Add missing includes and remove unused includes Sven Eckelmann
2013-09-23 8:20 ` Antonio Quartulli
2013-09-24 12:06 ` Marek Lindner
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=20130923070342.GF3911@neomailbox.net \
--to=antonio@meshcoding.com \
--cc=b.a.t.m.a.n@lists.open-mesh.org \
--cc=sven@narfation.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.