From: David H. <dho...@gm...> - 2009-05-29 15:28:47
|
On Fri, May 29, 2009 at 9:12 AM, Jim Tobin <jt...@gm...> wrote: > I checked out revision 101. > I downloaded the two patch files. > I successfully applied the osx_configure_ac_patch > The ipfw_ipv6 patch failed: > bash-3.2# patch </Users/jimtobin/Downloads/ipfw_ipv6_patch_2.txt > patching file ipfw.c > patch unexpectedly ends in middle of line > Hunk #2 succeeded at 77 with fuzz 2. > bash-3.2# > Is that an expected outcome? Yes, and no. It is expected with the version of patch on OSX. I did not get this under freebsd (where the patch was created) In any case, the warnings are harmless for this particular patch on osx. The diff patch was created under freebsd with the svn diff command. --Thanks for testing. -_Dave H |