pocketbook-free / pocketbook_free

pocketbook free sources
39 stars 2 forks source link

[Kernel] Removed files in kernel sources. Filename case. #10

Open Vanuan opened 12 years ago

Vanuan commented 12 years ago

Did you notice that you've removed some files from kernel source code?

For example, include/linux/netfilter/xt_MARK.h

Is it done intentionally? This is often a result of developing under Windows. Since windows filesystem is case insensitive, you can't have 2 files with same name but different case. But in kernel there is a dozen of such files.