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@xxxxxxxxx> > --- > 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? -- To unsubscribe from this list: send the line "unsubscribe netfilter-devel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html