netfilter-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Nathan McSween <nwmcsween@gmail.com>
To: netfilter-devel@vger.kernel.org
Cc: Nathan McSween <nwmcsween@gmail.com>
Subject: [PATCH] Use stdlib uint* instead of u_int*
Date: Mon, 16 Mar 2015 21:07:42 +0000	[thread overview]
Message-ID: <1426540063-17099-1-git-send-email-nwmcsween@gmail.com> (raw)

Use stdint as u_int* is deprecated / non-standard, it is also not exposed on some libc's.

Nathan McSween (1):
  Use stdlib uint* instead of u_int*

 include/libnfnetlink/libnfnetlink.h           | 25 +++++-----
 include/libnfnetlink/linux_nfnetlink.h        | 11 +++--
 include/libnfnetlink/linux_nfnetlink_compat.h |  6 ++-
 src/iftable.c                                 |  9 ++--
 src/iftable.h                                 |  6 ++-
 src/libnfnetlink.c                            | 71 ++++++++++++++-------------
 src/rtnl.c                                    |  5 +-
 src/rtnl.h                                    |  3 +-
 8 files changed, 73 insertions(+), 63 deletions(-)

-- 
2.3.1


             reply	other threads:[~2015-03-17  5:07 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-03-16 21:07 Nathan McSween [this message]
2015-03-16 21:07 ` [PATCH] Use stdlib uint* instead of u_int* Nathan McSween
2015-03-17 16:08   ` Pablo Neira Ayuso
  -- strict thread matches above, loose matches on Subject: below --
2015-04-03 22:04 Nathan McSween
2015-04-08 17:54 ` Pablo Neira Ayuso

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=1426540063-17099-1-git-send-email-nwmcsween@gmail.com \
    --to=nwmcsween@gmail.com \
    --cc=netfilter-devel@vger.kernel.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).