From: Bo YU <tsu.yubo@gmail.com>
To: Kaarle Ritvanen <kaarle.ritvanen@datakunkku.fi>
Cc: netfilter-devel@vger.kernel.org
Subject: Re: [PATCH ipset] fix compilation with musl libc
Date: Sat, 16 Sep 2017 08:39:54 -0400 [thread overview]
Message-ID: <20170916123953.GB21065@yubo-2> (raw)
In-Reply-To: <20170916110510.2234-1-kaarle.ritvanen@datakunkku.fi>
Hello,
On Sat, Sep 16, 2017 at 02:05:10PM +0300, Kaarle Ritvanen wrote:
>Signed-off-by: Kaarle Ritvanen <kaarle.ritvanen@datakunkku.fi>
Maybe you miss the git commit
>---
> src/ipset.c | 1 +
> 1 file changed, 1 insertion(+)
>
>diff --git a/src/ipset.c b/src/ipset.c
>index 79f56b8..dffc74e 100644
>--- a/src/ipset.c
>+++ b/src/ipset.c
>@@ -14,6 +14,7 @@
> #include <stdio.h> /* fprintf, fgets */
> #include <stdlib.h> /* exit */
> #include <string.h> /* str* */
>+#include <sys/types.h> /* u_int8_t */
>
> #include <config.h>
Best Regards,
Bo
>
>--
>2.9.5
>
>--
>To unsubscribe from this list: send the line "unsubscribe netfilter-devel" in
>the body of a message to majordomo@vger.kernel.org
>More majordomo info at http://vger.kernel.org/majordomo-info.html
prev parent reply other threads:[~2017-09-16 12:40 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-09-16 11:05 [PATCH ipset] fix compilation with musl libc Kaarle Ritvanen
2017-09-16 12:39 ` Bo YU [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=20170916123953.GB21065@yubo-2 \
--to=tsu.yubo@gmail.com \
--cc=kaarle.ritvanen@datakunkku.fi \
--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).