On Thu, Jul 24, 2008 at 6:24 PM, <[EMAIL PROTECTED]> wrote: > Shoudnt the patch apply cleanly against 2.0 though which is what my cvs > tree is?
It applies cleanly on my 2.0 checkout tree. [tahngarth] /Development/DragonFly-2.0/src/sys/net> patch -C < /tmp/ethersubr.txt Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |Index: if_ethersubr.c |=================================================================== |RCS file: /dcvs/src/sys/net/if_ethersubr.c,v |retrieving revision 1.76 |diff -u -p -r1.76 if_ethersubr.c |--- if_ethersubr.c 8 Jul 2008 13:50:52 -0000 1.76 |+++ if_ethersubr.c 24 Jul 2008 01:56:50 -0000 -------------------------- Patching file if_ethersubr.c using Plan A... Hunk #1 succeeded at 1658. Hunk #2 succeeded at 1668. done
