on 28/12/2012 11:35 David Demelier said the following: > > I'm not used to the patch / diff files, how do you apply it? I selected all > the > patch text from the mail and wrote it in a acpi.patch file, but when I tried > to > do patch -p1 < acpi.patch inside /usr/src I got this error: > > Hmm... Looks like a unified diff to me... > The text leading up to this was: > -------------------------- > |--- a/sys/dev/acpica/Osd/OsdMemory.c > |+++ b/sys/dev/acpica/Osd/OsdMemory.c > -------------------------- > Patching file sys/dev/acpica/Osd/OsdMemory.c using Plan A... > Hunk #1 succeeded at 39 with fuzz 2. > patch: **** malformed patch at line 12: Value, UINT32 Width)
You are doing everything right, but apparently some long lines got wrapped around in the gmane interface. Here is a patch that should not be mangled: http://people.freebsd.org/~avg/acpi-uma-cache.diff -- Andriy Gapon _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-acpi To unsubscribe, send any mail to "[email protected]"
