Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1760534AbYGUEgV (ORCPT ); Mon, 21 Jul 2008 00:36:21 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1752605AbYGUEgM (ORCPT ); Mon, 21 Jul 2008 00:36:12 -0400 Received: from www.swissdisk.com ([216.66.254.197]:38454 "EHLO swissweb.swissdisk.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752268AbYGUEgL (ORCPT ); Mon, 21 Jul 2008 00:36:11 -0400 X-Greylist: delayed 2497 seconds by postgrey-1.27 at vger.kernel.org; Mon, 21 Jul 2008 00:36:11 EDT From: Tim Gardner Date: Wed, 2 Jan 2008 08:57:35 -0700 Subject: [PATCH 1/7] netfilter: Export ip6t_mh.h and xt_quota.h for iptables build CC: netfilter-devel@vger.kernel.org To: linux-kernel@vger.kernel.org In-Reply-To: <24762.90.138.930.038.1036103001.ben.collins@canonical.com> Message-Id: Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1446 Lines: 42 CC: netfilter-devel@vger.kernel.org Signed-off-by: Soren Hansen Signed-off-by: Tim Gardner Signed-off-by: Ben Collins --- include/linux/netfilter/Kbuild | 2 ++ include/linux/netfilter_ipv6/Kbuild | 1 + 2 files changed, 3 insertions(+), 0 deletions(-) diff --git a/include/linux/netfilter/Kbuild b/include/linux/netfilter/Kbuild index 3aff513..3a04da3 100644 --- a/include/linux/netfilter/Kbuild +++ b/include/linux/netfilter/Kbuild @@ -31,6 +31,8 @@ header-y += xt_multiport.h header-y += xt_owner.h header-y += xt_pkttype.h header-y += xt_rateest.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 8887a5f..aca4bd1 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.4.3 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/