lists.openwall.net | lists / announce owl-users owl-dev john-users john-dev passwdqc-users yescrypt popa3d-users / oss-security kernel-hardening musl sabotage tlsify passwords / crypt-dev xvendor / Bugtraq Full-Disclosure linux-kernel linux-netdev linux-ext4 linux-hardening linux-cve-announce PHC | |
Open Source and information security mailing list archives
| ||
|
Message-ID: <20140208201454.GL20885@leaf> Date: Sat, 8 Feb 2014 12:14:54 -0800 From: Josh Triplett <josh@...htriplett.org> To: Rashika Kheria <rashika.kheria@...il.com> Cc: linux-kernel@...r.kernel.org, Pablo Neira Ayuso <pablo@...filter.org>, Patrick McHardy <kaber@...sh.net>, Jozsef Kadlecsik <kadlec@...ckhole.kfki.hu>, "David S. Miller" <davem@...emloft.net>, netfilter-devel@...r.kernel.org, netfilter@...r.kernel.org, coreteam@...filter.org, netdev@...r.kernel.org Subject: Re: [PATCH 12/13] net: Include appropriate header file in netfilter/nft_lookup.c On Sun, Feb 09, 2014 at 01:39:20AM +0530, Rashika Kheria wrote: > Include appropriate header file net/netfilter/nf_tables_core.h in > net/netfilter/nft_lookup.c because it has prototype declaration of > functions defined in net/netfilter/nft_lookup.c. > > This eliminates the following warning in net/netfilter/nft_lookup.c: > net/netfilter/nft_lookup.c:133:12: warning: no previous prototype for ‘nft_lookup_module_init’ [-Wmissing-prototypes] > net/netfilter/nft_lookup.c:138:6: warning: no previous prototype for ‘nft_lookup_module_exit’ [-Wmissing-prototypes] > > Signed-off-by: Rashika Kheria <rashika.kheria@...il.com> Reviewed-by: Josh Triplett <josh@...htriplett.org> > net/netfilter/nft_lookup.c | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/net/netfilter/nft_lookup.c b/net/netfilter/nft_lookup.c > index 8a6116b..bb4ef4c 100644 > --- a/net/netfilter/nft_lookup.c > +++ b/net/netfilter/nft_lookup.c > @@ -16,6 +16,7 @@ > #include <linux/netfilter.h> > #include <linux/netfilter/nf_tables.h> > #include <net/netfilter/nf_tables.h> > +#include <net/netfilter/nf_tables_core.h> > > struct nft_lookup { > struct nft_set *set; > -- > 1.7.9.5 > -- To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to majordomo@...r.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists