From 73361cd4105b8b1e993f8220e2844d1ff0798000 Mon Sep 17 00:00:00 2001 From: Jozsef Kadlecsik Date: Mon, 5 Nov 2012 17:02:26 +0100 Subject: Make easier to apply the netlink.patch There is no need for the full source code, the header files are enough to compile ipset. --- netlink.patch | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/netlink.patch b/netlink.patch index e51d9ba..faa873b 100644 --- a/netlink.patch +++ b/netlink.patch @@ -44,16 +44,3 @@ index 373f1a9..8a3906a 100644 #define NLA_PUT_STRING(skb, attrtype, value) \ NLA_PUT(skb, attrtype, strlen(value) + 1, value) -diff --git a/net/netfilter/nfnetlink.c b/net/netfilter/nfnetlink.c -index b4a4532..51dd302 100644 ---- a/net/netfilter/nfnetlink.c -+++ b/net/netfilter/nfnetlink.c -@@ -35,7 +35,7 @@ MODULE_LICENSE("GPL"); - MODULE_AUTHOR("Harald Welte "); - MODULE_ALIAS_NET_PF_PROTO(PF_NETLINK, NETLINK_NETFILTER); - --static char __initdata nfversion[] = "0.30"; -+static char __initdata nfversion[] = "0.30 with ipset netlink.patch"; - - static const struct nfnetlink_subsystem *subsys_table[NFNL_SUBSYS_COUNT]; - static DEFINE_MUTEX(nfnl_mutex); -- cgit v1.2.3