All of lore.kernel.org
 help / color / mirror / Atom feed
From: Pablo Neira Ayuso <pablo@netfilter.org>
To: Brendan Heading <brendanheading@gmail.com>
Cc: netfilter-devel@vger.kernel.org
Subject: Re: [PATCH 1/1] solve musl build problem
Date: Thu, 3 Sep 2015 18:47:39 +0200	[thread overview]
Message-ID: <20150903164739.GA21105@salvia> (raw)
In-Reply-To: <1441298310-3951-1-git-send-email-brendanheading@gmail.com>

On Thu, Sep 03, 2015 at 05:38:30PM +0100, Brendan Heading wrote:
> musl does not include <sys/queue.h> which is a series of macros
> implementing linked lists etc. The suggestion on the part of the musl devs
> is to include a copy in the source tree. The header here is lifted from
> glibc but appears to be 3-clause BSD licensed.
> 
> Signed-off-by: Brendan Heading <brendanheading@gmail.com>
> ---
>  src/lookup_kas.c |   2 +-
>  src/main.c       |   2 +-
>  src/queue.h      | 574 +++++++++++++++++++++++++++++++++++++++++++++++++++++++
>  3 files changed, 576 insertions(+), 2 deletions(-)
>  create mode 100644 src/queue.h
> 
> diff --git a/src/lookup_kas.c b/src/lookup_kas.c
> index 09fad98..8dfad5f 100644
> --- a/src/lookup_kas.c
> +++ b/src/lookup_kas.c

Where is this file in our netfilter tree?

  reply	other threads:[~2015-09-03 16:41 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-09-03 16:38 [PATCH 1/1] solve musl build problem Brendan Heading
2015-09-03 16:47 ` Pablo Neira Ayuso [this message]
2015-09-03 16:42   ` Brendan Heading
2015-09-03 16:43     ` Brendan Heading
2015-09-03 16:54       ` Pablo Neira Ayuso
2015-09-03 16:49         ` Brendan Heading

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=20150903164739.GA21105@salvia \
    --to=pablo@netfilter.org \
    --cc=brendanheading@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 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.