https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=289634
--- Comment #32 from Cy Schubert <[email protected]> --- (In reply to Aymeric Wibo from comment #31) It still fails to apply. fgit@slippy$ git apply /tmp/D52600.diff error: patch failed: sys/dev/acpica/acpi.c:195 error: sys/dev/acpica/acpi.c: patch does not apply fgit@slippy$ patch -C -p1 < /tmp/D52600.diff Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |diff --git a/sys/dev/acpica/acpi.c b/sys/dev/acpica/acpi.c |--- a/sys/dev/acpica/acpi.c |+++ b/sys/dev/acpica/acpi.c -------------------------- Patching file sys/dev/acpica/acpi.c using Plan A... Hunk #1 failed at 195. Hunk #2 failed at 617. Hunk #3 succeeded at 1244 with fuzz 2 (offset -3114 lines). 2 out of 3 hunks failed while patching sys/dev/acpica/acpi.c Hmm... Ignoring the trailing garbage. done fgit@slippy$ -- You are receiving this mail because: You are the assignee for the bug.
