On 02.22 Alan Cox wrote:
> 
>       ftp://ftp.kernel.org/pub/linux/kernel/people/alan/2.4/
>

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:[EMAIL PROTECTED]                                          $> more beer

Linux 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 [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to