commit | 17625371eeea2fa7257361163c52d336a1a98ebc | [log] [tgz] |
---|---|---|
author | David Gibson <david@gibson.dropbear.id.au> | Mon Oct 28 21:06:53 2013 +1100 |
committer | David Gibson <david@gibson.dropbear.id.au> | Mon Oct 28 21:06:53 2013 +1100 |
tree | 9d6ebe9b93acaa2b962d2a6993b4e3b00ce0c708 | |
parent | 79eebb23dbf1f6eeff1789cd0d6f1c1fe620a487 [diff] |
Use stdbool more widely We already use the C99 bool type from stdbool.h in a few places. However there are many other places we represent boolean values as plain ints. This patch changes that. Signed-off-by: David Gibson <david@gibson.dropbear.id.au>