[PATCH] Add extra headers to linux-libc-dev
Soren Hansen
soren at ubuntu.com
Mon Nov 12 11:24:22 UTC 2007
Added
include/linux/netfilter_ipv6/ip6t_mh.h
include/linux/netfilter/xt_quota.h
to linux-libc-dev to fix iptables build of those two extensions.
Signed-off-by: Soren Hansen <soren at ubuntu.com>
diff --git a/include/linux/netfilter/Kbuild b/include/linux/netfilter/Kbuild
index f2eaea2..da188ec 100644
--- a/include/linux/netfilter/Kbuild
+++ b/include/linux/netfilter/Kbuild
@@ -25,6 +25,7 @@ header-y += xt_NFQUEUE.h
header-y += xt_NFLOG.h
header-y += xt_pkttype.h
header-y += xt_policy.h
+header-y += xt_quota.h
header-y += xt_realm.h
header-y += xt_sctp.h
header-y += xt_state.h
diff --git a/include/linux/netfilter_ipv6/Kbuild b/include/linux/netfilter_ipv6/Kbuild
index 9dd978d..6286c99 100644
--- a/include/linux/netfilter_ipv6/Kbuild
+++ b/include/linux/netfilter_ipv6/Kbuild
@@ -11,6 +11,7 @@ header-y += ip6t_length.h
header-y += ip6t_limit.h
header-y += ip6t_mac.h
header-y += ip6t_mark.h
+header-y += ip6t_mh.h
header-y += ip6t_multiport.h
header-y += ip6t_opts.h
header-y += ip6t_owner.h
--
1.5.3.5
More information about the kernel-team
mailing list