lguest: use bool instead of int
authorMatias Zabaljauregui <zabaljauregui@gmail.com>
Wed, 18 Mar 2009 16:38:35 +0000 (13:38 -0300)
committerRusty Russell <rusty@rustcorp.com.au>
Mon, 30 Mar 2009 11:25:25 +0000 (21:55 +1030)
commitdf1693abc42e34bbc4351e179dbe66c28a94efb8
treeb0cec44a3ace1fbc8377c73428daf64848b48907
parent4cd8b5e2a159f18a1507f1187b44a1acbfa6341b
lguest: use bool instead of int

Impact: clean up

Rusty told me, some time ago, that he had become a fan of "bool".
So, here are some replacements.

Signed-off-by: Matias Zabaljauregui <zabaljauregui at gmail.com>
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
drivers/lguest/core.c
drivers/lguest/interrupts_and_traps.c
drivers/lguest/lg.h
drivers/lguest/page_tables.c
drivers/lguest/segments.c