Patching 2.4.2:
patching file include/linux/raid/md_k.h
Hunk #1 succeeded at 17 with fuzz 2 (offset 2 lines).
I think it's because the line:
18: #include <linux/kernel.h>
is already present, and patch tries to add it again, so the result is:
18: #include <linux/kernel.h>
19:
20: #include <linux/kernel.h> // for panic()
-- J.A. Magallon $> cd pub mailto:jamagallon@able.es $> more beerLinux werewolf 2.4.2 #1 SMP Thu Feb 22 11:40:37 CET 2001 i686
- 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/