acpi_again.diff changes the code to copy the header first. more.diff gets rid of some other warnings in the same files.
I had to use: p = &AmlPtr[0];
Should I have used a different type for p besides unsigned char *?
Signed-off-by: Myles Watson mylesgw@gmail.com
Thanks, Myles