* [iptables-nftables PATCH] nft: Header inclusion missing
@ 2013-10-03 11:39 Tomasz Bursztyka
2013-10-03 13:00 ` Pablo Neira Ayuso
0 siblings, 1 reply; 2+ messages in thread
From: Tomasz Bursztyka @ 2013-10-03 11:39 UTC (permalink / raw)
To: netfilter-devel; +Cc: Tomasz Bursztyka
Fixes:
nft-shared.c: In function ‘nft_ipv46_rule_find’:
nft-shared.c:725:2: warning: implicit declaration of function ‘nft_rule_print_save’ [-Wimplicit-function-declaration]
nft-shared.c:725:32: error: ‘NFT_RULE_APPEND’ undeclared (first use in this function)
nft-shared.c:725:32: note: each undeclared identifier is reported only once for each function it appears in
Signed-off-by: Tomasz Bursztyka <tomasz.bursztyka@linux.intel.com>
---
iptables/nft-shared.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/iptables/nft-shared.c b/iptables/nft-shared.c
index 5c09fe1..c9bde90 100644
--- a/iptables/nft-shared.c
+++ b/iptables/nft-shared.c
@@ -27,6 +27,7 @@
#include "nft-shared.h"
#include "xshared.h"
+#include "nft.h"
extern struct nft_family_ops nft_family_ops_ipv4;
extern struct nft_family_ops nft_family_ops_ipv6;
--
1.8.3.2
--
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
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [iptables-nftables PATCH] nft: Header inclusion missing
2013-10-03 11:39 [iptables-nftables PATCH] nft: Header inclusion missing Tomasz Bursztyka
@ 2013-10-03 13:00 ` Pablo Neira Ayuso
0 siblings, 0 replies; 2+ messages in thread
From: Pablo Neira Ayuso @ 2013-10-03 13:00 UTC (permalink / raw)
To: Tomasz Bursztyka; +Cc: netfilter-devel
On Thu, Oct 03, 2013 at 02:39:22PM +0300, Tomasz Bursztyka wrote:
> Fixes:
> nft-shared.c: In function ‘nft_ipv46_rule_find’:
> nft-shared.c:725:2: warning: implicit declaration of function ‘nft_rule_print_save’ [-Wimplicit-function-declaration]
> nft-shared.c:725:32: error: ‘NFT_RULE_APPEND’ undeclared (first use in this function)
> nft-shared.c:725:32: note: each undeclared identifier is reported only once for each function it appears in
Also applied, thanks.
--
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
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2013-10-03 13:00 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-10-03 11:39 [iptables-nftables PATCH] nft: Header inclusion missing Tomasz Bursztyka
2013-10-03 13:00 ` Pablo Neira Ayuso
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).