On Sat, 9 Aug 2008, Peter Stuge wrote:
[snip]
memcmp() expects char *
What should change? I'm thinking memcmp() and friends.
memcmp is memcmp(const void *, const void *, size_t) in libc, so I guess we should stick to that, see attached patch against r3478. Compile tested. coreinfo still runs under qemu after this patch is applied.
Later revisions breaks more stuff. :\
Yes.
r3479: pci_module output becomes erratic in coreinfo. r3482: no output at all from coreinfo on neither vga nor serial in qemu.
/ulf