bridge.lists.linux.dev archive mirror
 help / color / mirror / Atom feed
From: Stephen Hemminger <stephen@networkplumber.org>
To: Kylie McClain <somasissounds@gmail.com>
Cc: bridge@lists.linux-foundation.org, Kylie McClain <somasis@exherbo.org>
Subject: Re: [Bridge] [PATCH] Fix building on musl libc
Date: Wed, 17 Aug 2016 15:59:56 -0700	[thread overview]
Message-ID: <20160817155956.00a9b6d5@xeon-e3> (raw)
In-Reply-To: <20160623025036.5260-1-somasissounds@gmail.com>

On Wed, 22 Jun 2016 22:50:36 -0400
Kylie McClain <somasissounds@gmail.com> wrote:

> From: Kylie McClain <somasis@exherbo.org>
> 
> - Silence warnings:
>   errno.h is defined by POSIX, sys/errno.h is a glibcism, same with
>   fcntl.h vs. sys/fcntl.h
> - Use standard types rather than _GNU_SOURCE-exposed types
>   u_int16_t -> uint16_t
>   u_int8_t -> uint8_t
> ---
>  brctl/brctl.c               |  2 +-
>  libbridge/libbridge.h       | 13 +++++++------
>  libbridge/libbridge_devif.c |  2 +-
>  libbridge/libbridge_if.c    |  2 +-
>  4 files changed, 10 insertions(+), 9 deletions(-)
> 

Applied to git tree, but won't be spinning a new release anytime soon.


      reply	other threads:[~2016-08-17 22:59 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-06-23  2:50 [Bridge] [PATCH] Fix building on musl libc Kylie McClain
2016-08-17 22:59 ` Stephen Hemminger [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=20160817155956.00a9b6d5@xeon-e3 \
    --to=stephen@networkplumber.org \
    --cc=bridge@lists.linux-foundation.org \
    --cc=somasis@exherbo.org \
    --cc=somasissounds@gmail.com \
    /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).