"Brent Dax" <[EMAIL PROTECTED]> writes:
> Anyway, a corrected patch that fixes the trans.t errors is up at
> <http://filespace.brentdax.com/brentdax/coresplit.diff>.  

Uh, there's still no "+inline op sin" in that file?

> If it doesn't
> apply the first time, try splitting the patch into several files and
> applying them individually--apparently some copies of patch have trouble
> with such a big diff.

On closer (and less sleepy-eyed) examination, the problem is
Windows/Unix interoperability.  The following fix on the patch makes
it apply cleanly on my FreeBSD:

    perl -pi -e 's/\r//; s,^--- NUL,--- /dev/null,' coresplit.diff
    patch < coresplit.diff
-- 
Lars Balker Rasmussen                                      Consult::Perl

Reply via email to