From mboxrd@z Thu Jan 1 00:00:00 1970 From: Philip Craig Subject: Re: netfilter files in a case-insensitive filesystem Date: Thu, 01 Jun 2006 15:40:25 +1000 Message-ID: <447E7DC9.9010809@snapgear.com> References: <20060523202744.GO31607@lios> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <20060523202744.GO31607@lios> List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: netfilter-bounces@lists.netfilter.org Errors-To: netfilter-bounces@lists.netfilter.org Content-Type: text/plain; charset="us-ascii" To: Carlos O'Donell Cc: netfilter@lists.netfilter.org On 05/24/2006 06:27 AM, Carlos O'Donell wrote: > Such files conflict in a case-insensitive filesystem. This is a problem > for users building on Windows, or installing the headers on a Windows > case-insensitive filesystems. > > The structures in the conflicting files seem to have unique names. Is it > possible to merge both files together? Depends what exactly you are trying to do. If you are just trying to build an application that uses them, then you could probably merge them; have you tried? Building the kernel would require more work.