netfilter, Netfilter has header files with names that differ only in case [1]. e.g. include/linux/netfilter_ipv4/ipt_MARK.h include/linux/netfilter_ipv4/ipt_mark.h 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? Comments welcome, please keep me on the CC. Thanks! Cheers, Carlos. -- Carlos O'Donell CodeSourcery carlos@xxxxxxxxxxxxxxxx (650) 331-3385 x716 [1] Netfilter has many files with names that differ only in case.