Re: [patch] remove unnecessary bool from qemu-kvm.c

2008-11-18 Thread Avi Kivity
Jes Sorensen wrote: In support of Avi's preference for half line patches, I split out the bool eliminating bits too. I actually like _Bool, but as we're trying to close the gap with qemu, I applied this patch. -- error compiling committee.c: too many arguments to function -- To

[patch] remove unnecessary bool from qemu-kvm.c

2008-11-14 Thread Jes Sorensen
Hi, In support of Avi's preference for half line patches, I split out the bool eliminating bits too. Cheers, Jes Replace unnecessary use of _Bool type with int. Signed-off-by: Jes Sorensen [EMAIL PROTECTED] --- qemu/qemu-kvm.c |3 +-- 1 file changed, 1 insertion(+), 2 deletions(-)