Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755202AbYGVKpb (ORCPT ); Tue, 22 Jul 2008 06:45:31 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1754096AbYGVKpX (ORCPT ); Tue, 22 Jul 2008 06:45:23 -0400 Received: from stinky.trash.net ([213.144.137.162]:58262 "EHLO stinky.trash.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754028AbYGVKpW (ORCPT ); Tue, 22 Jul 2008 06:45:22 -0400 Message-ID: <4885BA3C.8080205@trash.net> Date: Tue, 22 Jul 2008 12:45:16 +0200 From: Patrick McHardy User-Agent: Mozilla-Thunderbird 2.0.0.12 (X11/20080405) MIME-Version: 1.0 To: Tim Gardner CC: linux-kernel@vger.kernel.org, netfilter-devel@vger.kernel.org Subject: Re: [PATCH 1/7] netfilter: Export ip6t_mh.h and xt_quota.h for iptables build References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1065 Lines: 29 Tim Gardner wrote: > 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 xt_policy.h is already included in unidef-y. The others look fine. -- 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/